#7F16BD

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

Shades of Dark Violet #7F16BD

Tints of Dark Violet #7F16BD

Color information

#7F16BD (or 0x7F16BD) is unknown color: approx Dark Violet. HEX triplet: 7F, 16 and BD. RGB value is (127,22,189). Sum of RGB (Red+Green+Blue) = 127+22+189=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BD is #80E942. Grayscale: #474747. Windows color (decimal): -8448323 or 12392063. OLE color: 12392063.

HSL color Cylindrical-coordinate representation of color #7F16BD: hue angle of 277.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F16BD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12722189-
CMYK0.330.8800.26
HSL277.72º79.15%41.37%-
HSV(B)277.72º88.36%74.12%-
XYZ18.228.7648.87-
YUV72.43193.79166.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=37.57%
G=6.51%
B=55.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127221890.330.8800.26277.7279.1541.37
Hex7F16BD215801A1164f29
Octal177262754113003242611751
Binary1111111101101011110110000110110000110101000101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F16BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,189); }

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

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

 a { background-color: rgb(127,22,189); }

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

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

 span { border-color: rgb(127,22,189); }

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