#7F147B

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

Shades of Dark Purple #7F147B

Tints of Dark Purple #7F147B

Color information

#7F147B (or 0x7F147B) is unknown color: approx Dark Purple. HEX triplet: 7F, 14 and 7B. RGB value is (127,20,123). Sum of RGB (Red+Green+Blue) = 127+20+123=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F147B is #80EB84. Grayscale: #3F3F3F. Windows color (decimal): -8448901 or 8066175. OLE color: 8066175.

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

Color convert

RGB12720123-
CMYK00.840.030.50
HSL302.24º72.79%28.82%-
HSV(B)302.24º84.25%49.8%-
XYZ12.586.4419.32-
YUV63.73161.45173.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 20 (8.20% from 255) = 7.41%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=47.04%
G=7.41%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272012300.840.030.50302.2472.7928.82
Hex7F147B05433212e491d
Octal17724173012436245611135
Binary11111111010011110110101010011110010100101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,20,123); }

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

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

 a { background-color: rgb(127,20,123); }

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

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

 span { border-color: rgb(127,20,123); }

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