Html Css Color HEX #75199C Vivid Violet

📋 copy color: '#75199C'

red 117 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #75199C

Tints of Vivid Violet #75199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 39.26%
G = 8.39%
B = 52.35%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75199C (or 0x75199C) is known color: Vivid Violet. HEX triplet: 75, 19 and 9C. RGB value is (117,25,156). Sum of RGB (Red+Green+Blue) = 117+25+156=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #75199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75199C is #8AE663. Grayscale: #434343. Windows color (decimal): -9102948 or 10230133. OLE color: 10230133.

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

Color convert

RGB 117 25 156 -
CMYK 0.25 0.84 0 0.39
HSL 282.14º 0.72% 0.35% -
HSV(B) 282.14º 0.84% 0.61% -
XYZ 13.68 6.88 32.06 -
YUV 67.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 117 25 156 0.25 0.84 0 0.39 282.14 0.72 0.35
Hex 75 19 9C 19 54 0 27 11A 48 23
Octal 165 31 234 31 124 0 47 432 110 43
Binary 1110101 11001 10011100 11001 1010100 0 100111 100011010 1001000 100011

Color Harmonies of #75199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75199C

Black with #75199C

Text Example


Text Example

White with #75199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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