Html Css Color HEX #75259F Vivid Violet

📋 copy color: '#75259F'

red 117 ◦ green 37 ◦ blue 159

#75259F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #75259F

Tints of Vivid Violet #75259F

RGB

 RED value IS 117 (46.09% from 255) = 37.38%

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 37.38%
G = 11.82%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75259F (or 0x75259F) is known color: Vivid Violet. HEX triplet: 75, 25 and 9F. RGB value is (117,37,159). Sum of RGB (Red+Green+Blue) = 117+37+159=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #75259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75259F is #8ADA60. Grayscale: #4A4A4A. Windows color (decimal): -9099873 or 10429813. OLE color: 10429813.

HSL color Cylindrical-coordinate representation of color #75259F: hue angle of 279.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75259F is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 37 159 -
CMYK 0.26 0.77 0 0.38
HSL 279.34º 0.62% 0.38% -
HSV(B) 279.34º 0.77% 0.62% -
XYZ 14.26 7.61 33.52 -
YUV 74.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 117 37 159 0.26 0.77 0 0.38 279.34 0.62 0.38
Hex 75 25 9F 1A 4D 0 26 117 3E 26
Octal 165 45 237 32 115 0 46 427 76 46
Binary 1110101 100101 10011111 11010 1001101 0 100110 100010111 111110 100110

Color Harmonies of #75259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75259F

Black with #75259F

Text Example


Text Example

White with #75259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75259F; }

 p { color: rgb(117,37,159); }

 H1.HeaderClassName
 {
   color: #75259F;
 }
 .AnyTagClassName
 {
   color: #75259F;
 }
</style>

background-color css

<style>
 a { background-color: #75259F; }

 a { background-color: rgb(117,37,159); }

 div.DivClassName
 {
   background-color: #75259F;
 }
 .BgClassName
 {
   background-color: #75259F;
 }
</style>

border-color css

<style>
 span { border-color: #75259F; }

 span { border-color: rgb(117,37,159); }

 td.TdClassName
 {
   border-color: #75259F;
 }
 .TagClassName
 {
   border-color: #75259F;
 }
</style>