#762B84

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

Shades of Vivid Violet #762B84

Tints of Vivid Violet #762B84

Color information

#762B84 (or 0x762B84) is unknown color: approx Vivid Violet. HEX triplet: 76, 2B and 84. RGB value is (118,43,132). Sum of RGB (Red+Green+Blue) = 118+43+132=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #762B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762B84 is #89D47B. Grayscale: #4B4B4B. Windows color (decimal): -9032828 or 8661878. OLE color: 8661878.

HSL color Cylindrical-coordinate representation of color #762B84: hue angle of 290.56º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762B84 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11843132-
CMYK0.110.6700.48
HSL290.56º50.86%34.31%-
HSV(B)290.56º67.42%51.76%-
XYZ12.57.2522.57-
YUV75.57159.85158.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=40.27%
G=14.68%
B=45.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118431320.110.6700.48290.5650.8634.31
Hex762B84B430301233322
Octal16653204131030604436342
Binary111011010101110000100101110000110110000100100011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762B84; }

 p { color: rgb(118,43,132); }

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

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

 a { background-color: rgb(118,43,132); }

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

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

 span { border-color: rgb(118,43,132); }

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