#75198C

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

Shades of Vivid Violet #75198C

Tints of Vivid Violet #75198C

Color information

#75198C (or 0x75198C) is unknown color: approx Vivid Violet. HEX triplet: 75, 19 and 8C. RGB value is (117,25,140). Sum of RGB (Red+Green+Blue) = 117+25+140=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #75198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75198C is #8AE673. Grayscale: #414141. Windows color (decimal): -9102964 or 9181557. OLE color: 9181557.

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

Color convert

RGB11725140-
CMYK0.160.8200.45
HSL288º69.7%32.35%-
HSV(B)288º82.14%54.9%-
XYZ12.426.3725.39-
YUV65.62169.98164.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=41.49%
G=8.87%
B=49.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117251400.160.8200.4528869.732.35
Hex75198C105202D1204620
Octal165312142012205544010640
Binary1110101110011000110010000101001001011011001000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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