#762D96

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

Shades of Vivid Violet #762D96

Tints of Vivid Violet #762D96

Color information

#762D96 (or 0x762D96) is unknown color: approx Vivid Violet. HEX triplet: 76, 2D and 96. RGB value is (118,45,150). Sum of RGB (Red+Green+Blue) = 118+45+150=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #762D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762D96 is #89D269. Grayscale: #4E4E4E. Windows color (decimal): -9032298 or 9842038. OLE color: 9842038.

HSL color Cylindrical-coordinate representation of color #762D96: hue angle of 281.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762D96 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11845150-
CMYK0.210.7000.41
HSL281.71º53.85%38.24%-
HSV(B)281.71º70%58.82%-
XYZ13.917.9329.65-
YUV78.8168.18155.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=37.70%
G=14.38%
B=47.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118451500.210.7000.41281.7153.8538.24
Hex762D96154602911a3626
Octal16655226251060514326646
Binary1110110101101100101101010110001100101001100011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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