#762F96

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

Shades of Vivid Violet #762F96

Tints of Vivid Violet #762F96

Color information

#762F96 (or 0x762F96) is unknown color: approx Vivid Violet. HEX triplet: 76, 2F and 96. RGB value is (118,47,150). Sum of RGB (Red+Green+Blue) = 118+47+150=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #762F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F96 is #89D069. Grayscale: #4F4F4F. Windows color (decimal): -9031786 or 9842550. OLE color: 9842550.

HSL color Cylindrical-coordinate representation of color #762F96: hue angle of 281.36º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762F96 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11847150-
CMYK0.210.6900.41
HSL281.36º52.28%38.63%-
HSV(B)281.36º68.67%58.82%-
XYZ13.998.0929.68-
YUV79.97167.52155.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=37.46%
G=14.92%
B=47.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118471500.210.6900.41281.3652.2838.63
Hex762F9615450291193427
Octal16657226251050514316447
Binary1110110101111100101101010110001010101001100011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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