#762889

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

Shades of Vivid Violet #762889

Tints of Vivid Violet #762889

Color information

#762889 (or 0x762889) is unknown color: approx Vivid Violet. HEX triplet: 76, 28 and 89. RGB value is (118,40,137). Sum of RGB (Red+Green+Blue) = 118+40+137=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #762889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762889 is #89D776. Grayscale: #4A4A4A. Windows color (decimal): -9033591 or 8988790. OLE color: 8988790.

HSL color Cylindrical-coordinate representation of color #762889: hue angle of 288.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762889 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11840137-
CMYK0.140.7100.46
HSL288.25º54.8%34.71%-
HSV(B)288.25º70.8%53.73%-
XYZ12.757.1824.38-
YUV74.38163.34159.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=40%
G=13.56%
B=46.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118401370.140.7100.46288.2554.834.71
Hex762889E4702E1203723
Octal16650211161070564406743
Binary111011010100010001001111010001110101110100100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762889; }

 p { color: rgb(118,40,137); }

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

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

 a { background-color: rgb(118,40,137); }

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

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

 span { border-color: rgb(118,40,137); }

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