#762f98

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

Shades of Vivid Violet #762F98

Tints of Vivid Violet #762F98

Color information

#762F98 (or 0x762F98) is unknown color: approx Vivid Violet. HEX triplet: 76, 2F and 98. RGB value is (118,47,152). Sum of RGB (Red+Green+Blue) = 118+47+152=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #762F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F98 is #89D067. Grayscale: #4F4F4F. Windows color (decimal): -9031784 or 9973622. OLE color: 9973622.

HSL color Cylindrical-coordinate representation of color #762F98: hue angle of 280.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762F98 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11847152-
CMYK0.220.6900.40
HSL280.57º52.76%39.02%-
HSV(B)280.57º69.08%59.61%-
XYZ14.168.1530.53-
YUV80.2168.52154.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=37.22%
G=14.83%
B=47.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118471520.220.6900.40280.5752.7639.02
Hex762F9816450281193527
Octal16657230261050504316547
Binary1110110101111100110001011010001010101000100011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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