#7612A4

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

Shades of Vivid Violet #7612A4

Tints of Vivid Violet #7612A4

Color information

#7612A4 (or 0x7612A4) is unknown color: approx Vivid Violet. HEX triplet: 76, 12 and A4. RGB value is (118,18,164). Sum of RGB (Red+Green+Blue) = 118+18+164=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #7612A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612A4 is #89ED5B. Grayscale: #404040. Windows color (decimal): -9039196 or 10752630. OLE color: 10752630.

HSL color Cylindrical-coordinate representation of color #7612A4: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7612A4 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11818164-
CMYK0.280.8900.36
HSL281.1º80.22%35.69%-
HSV(B)281.1º89.02%64.31%-
XYZ14.396.9635.71-
YUV64.54184.13166.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=39.33%
G=6%
B=54.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118181640.280.8900.36281.180.2235.69
Hex7612A41C590241195024
Octal166222443413104443112044
Binary1110110100101010010011100101100101001001000110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7612A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7612A4; }

 p { color: rgb(118,18,164); }

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

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

 a { background-color: rgb(118,18,164); }

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

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

 span { border-color: rgb(118,18,164); }

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