#75198A

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

Shades of Vivid Violet #75198A

Tints of Vivid Violet #75198A

Color information

#75198A (or 0x75198A) is unknown color: approx Vivid Violet. HEX triplet: 75, 19 and 8A. RGB value is (117,25,138). Sum of RGB (Red+Green+Blue) = 117+25+138=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #75198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75198A is #8AE675. Grayscale: #414141. Windows color (decimal): -9102966 or 9050485. OLE color: 9050485.

HSL color Cylindrical-coordinate representation of color #75198A: hue angle of 288.85º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75198A is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11725138-
CMYK0.150.8200.46
HSL288.85º69.33%31.96%-
HSV(B)288.85º81.88%54.12%-
XYZ12.276.3124.62-
YUV65.39168.98164.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=41.79%
G=8.93%
B=49.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117251380.150.8200.46288.8569.3331.96
Hex75198AF5202E1214520
Octal165312121712205644110540
Binary111010111001100010101111101001001011101001000011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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