#762599

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

Shades of Vivid Violet #762599

Tints of Vivid Violet #762599

Color information

#762599 (or 0x762599) is unknown color: approx Vivid Violet. HEX triplet: 76, 25 and 99. RGB value is (118,37,153). Sum of RGB (Red+Green+Blue) = 118+37+153=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #762599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762599 is #89DA66. Grayscale: #4A4A4A. Windows color (decimal): -9034343 or 10036598. OLE color: 10036598.

HSL color Cylindrical-coordinate representation of color #762599: hue angle of 281.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762599 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11837153-
CMYK0.230.7600.4
HSL281.9º61.05%37.25%-
HSV(B)281.9º75.82%60%-
XYZ13.887.4730.85-
YUV74.44172.34159.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=38.31%
G=12.01%
B=49.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118371530.230.7600.4281.961.0537.25
Hex762599174C02811a3d25
Octal16645231271140504327545
Binary1110110100101100110011011110011000101000100011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762599; }

 p { color: rgb(118,37,153); }

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

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

 a { background-color: rgb(118,37,153); }

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

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

 span { border-color: rgb(118,37,153); }

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