#762292

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

Shades of Vivid Violet #762292

Tints of Vivid Violet #762292

Color information

#762292 (or 0x762292) is unknown color: approx Vivid Violet. HEX triplet: 76, 22 and 92. RGB value is (118,34,146). Sum of RGB (Red+Green+Blue) = 118+34+146=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #762292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762292 is #89DD6D. Grayscale: #474747. Windows color (decimal): -9035118 or 9577078. OLE color: 9577078.

HSL color Cylindrical-coordinate representation of color #762292: hue angle of 285º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762292 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11834146-
CMYK0.190.7700.43
HSL285º62.22%35.29%-
HSV(B)285º76.71%57.25%-
XYZ13.237.0727.86-
YUV71.88169.83160.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=39.60%
G=11.41%
B=48.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118341460.190.7700.4328562.2235.29
Hex762292134D02B11d3e23
Octal16642222231150534357643
Binary1110110100010100100101001110011010101011100011101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762292; }

 p { color: rgb(118,34,146); }

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

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

 a { background-color: rgb(118,34,146); }

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

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

 span { border-color: rgb(118,34,146); }

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