Html Css Color HEX #75208C Vivid Violet

📋 copy color: '#75208C'

red 117 ◦ green 32 ◦ blue 140

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

Shades of Vivid Violet #75208C

Tints of Vivid Violet #75208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 40.48%
G = 11.07%
B = 48.44%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75208C (or 0x75208C) is known color: Vivid Violet. HEX triplet: 75, 20 and 8C. RGB value is (117,32,140). Sum of RGB (Red+Green+Blue) = 117+32+140=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #75208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75208C is #8ADF73. Grayscale: #454545. Windows color (decimal): -9101172 or 9183349. OLE color: 9183349.

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

Color convert

RGB 117 32 140 -
CMYK 0.16 0.77 0 0.45
HSL 287.22º 0.63% 0.34% -
HSV(B) 287.22º 0.77% 0.55% -
XYZ 12.59 6.71 25.44 -
YUV 69.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 117 32 140 0.16 0.77 0 0.45 287.22 0.63 0.34
Hex 75 20 8C 10 4D 0 2D 11F 3F 22
Octal 165 40 214 20 115 0 55 437 77 42
Binary 1110101 100000 10001100 10000 1001101 0 101101 100011111 111111 100010

Color Harmonies of #75208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75208C

Black with #75208C

Text Example


Text Example

White with #75208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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