#7F024E

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

Shades of Tyrian Purple #7F024E

Tints of Tyrian Purple #7F024E

Color information

#7F024E (or 0x7F024E) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 02 and 4E. RGB value is (127,2,78). Sum of RGB (Red+Green+Blue) = 127+2+78=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F024E is #80FDB1. Grayscale: #2F2F2F. Windows color (decimal): -8453554 or 5112447. OLE color: 5112447.

HSL color Cylindrical-coordinate representation of color #7F024E: hue angle of 323.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F024E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB127278-
CMYK00.980.390.50
HSL323.52º96.9%25.29%-
HSV(B)323.52º98.43%49.8%-
XYZ10.155.117.66-
YUV48.04144.91184.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=61.35%
G=0.97%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12727800.980.390.50323.5296.925.29
Hex7F24E06227321446119
Octal17721160142476250414131
Binary111111110100111001100010100111110010101000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,78); }

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

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

 a { background-color: rgb(127,2,78); }

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

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

 span { border-color: rgb(127,2,78); }

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