Html Css Color HEX #75209C Vivid Violet

📋 copy color: '#75209C'

red 117 ◦ green 32 ◦ blue 156

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

Shades of Vivid Violet #75209C

Tints of Vivid Violet #75209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 38.36%
G = 10.49%
B = 51.15%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75209C (or 0x75209C) is known color: Vivid Violet. HEX triplet: 75, 20 and 9C. RGB value is (117,32,156). Sum of RGB (Red+Green+Blue) = 117+32+156=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #75209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75209C is #8ADF63. Grayscale: #474747. Windows color (decimal): -9101156 or 10231925. OLE color: 10231925.

HSL color Cylindrical-coordinate representation of color #75209C: hue angle of 281.13º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75209C is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 32 156 -
CMYK 0.25 0.79 0 0.39
HSL 281.13º 0.66% 0.37% -
HSV(B) 281.13º 0.79% 0.61% -
XYZ 13.85 7.22 32.12 -
YUV 71.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 117 32 156 0.25 0.79 0 0.39 281.13 0.66 0.37
Hex 75 20 9C 19 4F 0 27 119 42 25
Octal 165 40 234 31 117 0 47 431 102 45
Binary 1110101 100000 10011100 11001 1001111 0 100111 100011001 1000010 100101

Color Harmonies of #75209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75209C

Black with #75209C

Text Example


Text Example

White with #75209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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