#7f10af

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

Shades of Dark Violet #7F10AF

Tints of Dark Violet #7F10AF

Color information

#7F10AF (or 0x7F10AF) is unknown color: approx Dark Violet. HEX triplet: 7F, 10 and AF. RGB value is (127,16,175). Sum of RGB (Red+Green+Blue) = 127+16+175=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F10AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F10AF is #80EF50. Grayscale: #424242. Windows color (decimal): -8449873 or 11473023. OLE color: 11473023.

HSL color Cylindrical-coordinate representation of color #7F10AF: hue angle of 281.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F10AF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12716175-
CMYK0.270.9100.31
HSL281.89º83.25%37.45%-
HSV(B)281.89º90.86%68.63%-
XYZ16.687.9841.22-
YUV67.32188.77170.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=39.94%
G=5.03%
B=55.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127161750.270.9100.31281.8983.2537.45
Hex7F10AF1B5B01F11a5325
Octal177202573313303743212345
Binary111111110000101011111101110110110111111000110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f10af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f10af; }

 p { color: rgb(127,16,175); }

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

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

 a { background-color: rgb(127,16,175); }

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

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

 span { border-color: rgb(127,16,175); }

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