#762199

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

Shades of Vivid Violet #762199

Tints of Vivid Violet #762199

Color information

#762199 (or 0x762199) is unknown color: approx Vivid Violet. HEX triplet: 76, 21 and 99. RGB value is (118,33,153). Sum of RGB (Red+Green+Blue) = 118+33+153=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #762199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762199 is #89DE66. Grayscale: #474747. Windows color (decimal): -9035367 or 10035574. OLE color: 10035574.

HSL color Cylindrical-coordinate representation of color #762199: hue angle of 282.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762199 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11833153-
CMYK0.230.7800.4
HSL282.5º64.52%36.47%-
HSV(B)282.5º78.43%60%-
XYZ13.767.2430.81-
YUV72.1173.66160.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=38.82%
G=10.86%
B=50.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118331530.230.7800.4282.564.5236.47
Hex762199174E02811a4124
Octal166412312711605043210144
Binary11101101000011001100110111100111001010001000110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762199; }

 p { color: rgb(118,33,153); }

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

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

 a { background-color: rgb(118,33,153); }

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

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

 span { border-color: rgb(118,33,153); }

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