#762190

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

Shades of Vivid Violet #762190

Tints of Vivid Violet #762190

Color information

#762190 (or 0x762190) is unknown color: approx Vivid Violet. HEX triplet: 76, 21 and 90. RGB value is (118,33,144). Sum of RGB (Red+Green+Blue) = 118+33+144=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #762190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762190 is #89DE6F. Grayscale: #464646. Windows color (decimal): -9035376 or 9445750. OLE color: 9445750.

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

Color convert

RGB11833144-
CMYK0.180.7700.44
HSL285.95º62.71%34.71%-
HSV(B)285.95º77.08%56.47%-
XYZ13.056.9527.04-
YUV71.07169.16161.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=40%
G=11.19%
B=48.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118331440.180.7700.44285.9562.7134.71
Hex762190124D02C11e3f23
Octal16641220221150544367743
Binary1110110100001100100001001010011010101100100011110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762190; }

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

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

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

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

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

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

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

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