#762C84

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

Shades of Vivid Violet #762C84

Tints of Vivid Violet #762C84

Color information

#762C84 (or 0x762C84) is unknown color: approx Vivid Violet. HEX triplet: 76, 2C and 84. RGB value is (118,44,132). Sum of RGB (Red+Green+Blue) = 118+44+132=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #762C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C84 is #89D37B. Grayscale: #4B4B4B. Windows color (decimal): -9032572 or 8662134. OLE color: 8662134.

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

Color convert

RGB11844132-
CMYK0.110.6700.48
HSL290.45º50%34.51%-
HSV(B)290.45º66.67%51.76%-
XYZ12.547.3222.58-
YUV76.16159.52157.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=40.14%
G=14.97%
B=44.90%

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
Decimal118441320.110.6700.48290.455034.51
Hex762C84B430301223223
Octal16654204131030604426243
Binary111011010110010000100101110000110110000100100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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