#762F92

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

Shades of Vivid Violet #762F92

Tints of Vivid Violet #762F92

Color information

#762F92 (or 0x762F92) is unknown color: approx Vivid Violet. HEX triplet: 76, 2F and 92. RGB value is (118,47,146). Sum of RGB (Red+Green+Blue) = 118+47+146=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #762F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F92 is #89D06D. Grayscale: #4F4F4F. Windows color (decimal): -9031790 or 9580406. OLE color: 9580406.

HSL color Cylindrical-coordinate representation of color #762F92: hue angle of 283.03º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762F92 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11847146-
CMYK0.190.6800.43
HSL283.03º51.3%37.84%-
HSV(B)283.03º67.81%57.25%-
XYZ13.687.9628.01-
YUV79.52165.52155.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=37.94%
G=15.11%
B=46.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118471460.190.6800.43283.0351.337.84
Hex762F92134402B11b3326
Octal16657222231040534336346
Binary1110110101111100100101001110001000101011100011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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