#762799

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

Shades of Vivid Violet #762799

Tints of Vivid Violet #762799

Color information

#762799 (or 0x762799) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 99. RGB value is (118,39,153). Sum of RGB (Red+Green+Blue) = 118+39+153=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #762799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762799 is #89D866. Grayscale: #4B4B4B. Windows color (decimal): -9033831 or 10037110. OLE color: 10037110.

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

Color convert

RGB11839153-
CMYK0.230.7500.4
HSL281.58º59.38%37.65%-
HSV(B)281.58º74.51%60%-
XYZ13.957.630.87-
YUV75.62171.67158.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=38.06%
G=12.58%
B=49.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118391530.230.7500.4281.5859.3837.65
Hex762799174B02811a3b26
Octal16647231271130504327346
Binary1110110100111100110011011110010110101000100011010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762799; }

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

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

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

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

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

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

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

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