#75219E

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

Shades of Vivid Violet #75219E

Tints of Vivid Violet #75219E

Color information

#75219E (or 0x75219E) is unknown color: approx Vivid Violet. HEX triplet: 75, 21 and 9E. RGB value is (117,33,158). Sum of RGB (Red+Green+Blue) = 117+33+158=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #75219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75219E is #8ADE61. Grayscale: #474747. Windows color (decimal): -9100898 or 10363253. OLE color: 10363253.

HSL color Cylindrical-coordinate representation of color #75219E: hue angle of 280.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75219E is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11733158-
CMYK0.260.7900.38
HSL280.32º65.45%37.45%-
HSV(B)280.32º79.11%61.96%-
XYZ14.057.3433.02-
YUV72.37176.33159.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=37.99%
G=10.71%
B=51.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117331580.260.7900.38280.3265.4537.45
Hex75219E1A4F0261184125
Octal165412363211704643010145
Binary11101011000011001111011010100111101001101000110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75219E; }

 p { color: rgb(117,33,158); }

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

<style>
 a { background-color: #75219E; }

 a { background-color: rgb(117,33,158); }

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

<style>
 span { border-color: #75219E; }

 span { border-color: rgb(117,33,158); }

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