#75199A

Color #75199A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #75199A

Tints of Vivid Violet #75199A

Color information

#75199A (or 0x75199A) is unknown color: approx Vivid Violet. HEX triplet: 75, 19 and 9A. RGB value is (117,25,154). Sum of RGB (Red+Green+Blue) = 117+25+154=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #75199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75199A is #8AE665. Grayscale: #424242. Windows color (decimal): -9102950 or 10099061. OLE color: 10099061.

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

Color convert

RGB11725154-
CMYK0.240.8400.40
HSL282.79º72.07%35.1%-
HSV(B)282.79º83.77%60.39%-
XYZ13.526.8131.17-
YUV67.21176.98163.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=39.53%
G=8.45%
B=52.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117251540.240.8400.40282.7972.0735.1
Hex75199A185402811b4823
Octal165312323012405043311043
Binary1110101110011001101011000101010001010001000110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75199A;
 }
 .AnyTagClassName
 {
   color: #75199A;
 }
</style>
background-color css

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

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

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

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

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

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