#762090

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

Shades of Vivid Violet #762090

Tints of Vivid Violet #762090

Color information

#762090 (or 0x762090) is unknown color: approx Vivid Violet. HEX triplet: 76, 20 and 90. RGB value is (118,32,144). Sum of RGB (Red+Green+Blue) = 118+32+144=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #762090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762090 is #89DF6F. Grayscale: #464646. Windows color (decimal): -9035632 or 9445494. OLE color: 9445494.

HSL color Cylindrical-coordinate representation of color #762090: hue angle of 286.07º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762090 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11832144-
CMYK0.180.7800.44
HSL286.07º63.64%34.51%-
HSV(B)286.07º77.78%56.47%-
XYZ13.026.927.03-
YUV70.48169.49161.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=40.14%
G=10.88%
B=48.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118321440.180.7800.44286.0763.6434.51
Hex762090124E02C11e4023
Octal166402202211605443610043
Binary11101101000001001000010010100111001011001000111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762090; }

 p { color: rgb(118,32,144); }

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

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

 a { background-color: rgb(118,32,144); }

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

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

 span { border-color: rgb(118,32,144); }

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