#762696

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

Shades of Vivid Violet #762696

Tints of Vivid Violet #762696

Color information

#762696 (or 0x762696) is unknown color: approx Vivid Violet. HEX triplet: 76, 26 and 96. RGB value is (118,38,150). Sum of RGB (Red+Green+Blue) = 118+38+150=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #762696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762696 is #89D969. Grayscale: #4A4A4A. Windows color (decimal): -9034090 or 9840246. OLE color: 9840246.

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

Color convert

RGB11838150-
CMYK0.210.7500.41
HSL282.86º59.57%36.86%-
HSV(B)282.86º74.67%58.82%-
XYZ13.677.4429.57-
YUV74.69170.5158.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=38.56%
G=12.42%
B=49.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118381500.210.7500.41282.8659.5736.86
Hex762696154B02911b3c25
Octal16646226251130514337445
Binary1110110100110100101101010110010110101001100011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762696; }

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

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

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

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

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

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

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

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