#7F0B71

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

Shades of Purple #7F0B71

Tints of Purple #7F0B71

Color information

#7F0B71 (or 0x7F0B71) is unknown color: approx Purple. HEX triplet: 7F, 0B and 71. RGB value is (127,11,113). Sum of RGB (Red+Green+Blue) = 127+11+113=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B71 is #80F48E. Grayscale: #393939. Windows color (decimal): -8451215 or 7408511. OLE color: 7408511.

HSL color Cylindrical-coordinate representation of color #7F0B71: hue angle of 307.24º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B71 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12711113-
CMYK00.910.110.50
HSL307.24º84.06%27.06%-
HSV(B)307.24º91.34%49.8%-
XYZ11.855.9416.15-
YUV57.31159.43177.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 11 (4.69% from 255) = 4.38%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=50.60%
G=4.38%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271111300.910.110.50307.2484.0627.06
Hex7FB7105BB32133541b
Octal177131610133136246312433
Binary111111110111110001010110111011110010100110011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,11,113); }

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

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

 a { background-color: rgb(127,11,113); }

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

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

 span { border-color: rgb(127,11,113); }

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