#7F067D

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

Shades of Purple #7F067D

Tints of Purple #7F067D

Color information

#7F067D (or 0x7F067D) is unknown color: approx Purple. HEX triplet: 7F, 06 and 7D. RGB value is (127,6,125). Sum of RGB (Red+Green+Blue) = 127+6+125=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F067D is #80F982. Grayscale: #373737. Windows color (decimal): -8452483 or 8193663. OLE color: 8193663.

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

Color convert

RGB1276125-
CMYK00.950.020.50
HSL300.99º90.98%26.08%-
HSV(B)300.99º95.28%49.8%-
XYZ12.526.1219.92-
YUV55.74167.09178.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=49.22%
G=2.33%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127612500.950.020.50300.9990.9826.08
Hex7F67D05F23212d5b1a
Octal1776175013726245513332
Binary111111111011111010101111110110010100101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,6,125); }

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

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

 a { background-color: rgb(127,6,125); }

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

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

 span { border-color: rgb(127,6,125); }

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