#762084

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

Shades of Vivid Violet #762084

Tints of Vivid Violet #762084

Color information

#762084 (or 0x762084) is unknown color: approx Vivid Violet. HEX triplet: 76, 20 and 84. RGB value is (118,32,132). Sum of RGB (Red+Green+Blue) = 118+32+132=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #762084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762084 is #89DF7B. Grayscale: #444444. Windows color (decimal): -9035644 or 8659062. OLE color: 8659062.

HSL color Cylindrical-coordinate representation of color #762084: hue angle of 291.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762084 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11832132-
CMYK0.110.7600.48
HSL291.6º60.98%32.16%-
HSV(B)291.6º75.76%51.76%-
XYZ12.156.5522.45-
YUV69.11163.49162.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=41.84%
G=11.35%
B=46.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118321320.110.7600.48291.660.9832.16
Hex762084B4C0301243d20
Octal16640204131140604447540
Binary111011010000010000100101110011000110000100100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762084; }

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

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

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

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

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

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

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

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