Html Css Color HEX #75208E Vivid Violet

📋 copy color: '#75208E'

red 117 ◦ green 32 ◦ blue 142

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

Shades of Vivid Violet #75208E

Tints of Vivid Violet #75208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 40.21%
G = 11%
B = 48.8%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75208E (or 0x75208E) is known color: Vivid Violet. HEX triplet: 75, 20 and 8E. RGB value is (117,32,142). Sum of RGB (Red+Green+Blue) = 117+32+142=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #75208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75208E is #8ADF71. Grayscale: #454545. Windows color (decimal): -9101170 or 9314421. OLE color: 9314421.

HSL color Cylindrical-coordinate representation of color #75208E: hue angle of 286.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75208E is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 32 142 -
CMYK 0.18 0.77 0 0.44
HSL 286.36º 0.63% 0.34% -
HSV(B) 286.36º 0.77% 0.56% -
XYZ 12.74 6.77 26.23 -
YUV 69.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 117 32 142 0.18 0.77 0 0.44 286.36 0.63 0.34
Hex 75 20 8E 12 4D 0 2C 11E 3F 22
Octal 165 40 216 22 115 0 54 436 77 42
Binary 1110101 100000 10001110 10010 1001101 0 101100 100011110 111111 100010

Color Harmonies of #75208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75208E

Black with #75208E

Text Example


Text Example

White with #75208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75208E; }

 p { color: rgb(117,32,142); }

 H1.HeaderClassName
 {
   color: #75208E;
 }
 .AnyTagClassName
 {
   color: #75208E;
 }
</style>

background-color css

<style>
 a { background-color: #75208E; }

 a { background-color: rgb(117,32,142); }

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

border-color css

<style>
 span { border-color: #75208E; }

 span { border-color: rgb(117,32,142); }

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