#762D99

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

Shades of Vivid Violet #762D99

Tints of Vivid Violet #762D99

Color information

#762D99 (or 0x762D99) is unknown color: approx Vivid Violet. HEX triplet: 76, 2D and 99. RGB value is (118,45,153). Sum of RGB (Red+Green+Blue) = 118+45+153=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #762D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762D99 is #89D266. Grayscale: #4E4E4E. Windows color (decimal): -9032295 or 10038646. OLE color: 10038646.

HSL color Cylindrical-coordinate representation of color #762D99: hue angle of 280.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762D99 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11845153-
CMYK0.230.7100.4
HSL280.56º54.55%38.82%-
HSV(B)280.56º70.59%60%-
XYZ14.168.0330.94-
YUV79.14169.68155.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=37.34%
G=14.24%
B=48.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118451530.230.7100.4280.5654.5538.82
Hex762D9917470281193727
Octal16655231271070504316747
Binary1110110101101100110011011110001110101000100011001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762D99; }

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

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

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

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

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

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

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

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