#762796

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

Shades of Vivid Violet #762796

Tints of Vivid Violet #762796

Color information

#762796 (or 0x762796) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 96. RGB value is (118,39,150). Sum of RGB (Red+Green+Blue) = 118+39+150=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #762796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762796 is #89D869. Grayscale: #4A4A4A. Windows color (decimal): -9033834 or 9840502. OLE color: 9840502.

HSL color Cylindrical-coordinate representation of color #762796: hue angle of 282.7º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762796 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11839150-
CMYK0.210.7400.41
HSL282.7º58.73%37.06%-
HSV(B)282.7º74%58.82%-
XYZ13.77.529.58-
YUV75.28170.17158.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=38.44%
G=12.70%
B=48.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118391500.210.7400.41282.758.7337.06
Hex762796154A02911b3b25
Octal16647226251120514337345
Binary1110110100111100101101010110010100101001100011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762796; }

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

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

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

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

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

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

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

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