#7F15BF

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

Shades of Dark Violet #7F15BF

Tints of Dark Violet #7F15BF

Color information

#7F15BF (or 0x7F15BF) is unknown color: approx Dark Violet. HEX triplet: 7F, 15 and BF. RGB value is (127,21,191). Sum of RGB (Red+Green+Blue) = 127+21+191=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F15BF is #80EA40. Grayscale: #474747. Windows color (decimal): -8448577 or 12522879. OLE color: 12522879.

HSL color Cylindrical-coordinate representation of color #7F15BF: hue angle of 277.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F15BF is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12721191-
CMYK0.340.8900.25
HSL277.41º80.19%41.57%-
HSV(B)277.41º89.01%74.9%-
XYZ18.428.8150.02-
YUV72.07195.12167.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 191 (75% from 255) = 56.34%
R=37.46%
G=6.19%
B=56.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127211910.340.8900.25277.4180.1941.57
Hex7F15BF2259019115502a
Octal177252774213103142512052
Binary1111111101011011111110001010110010110011000101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,191); }

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

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

 a { background-color: rgb(127,21,191); }

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

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

 span { border-color: rgb(127,21,191); }

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