#7f0248

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

Shades of Tyrian Purple #7F0248

Tints of Tyrian Purple #7F0248

Color information

#7F0248 (or 0x7F0248) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 02 and 48. RGB value is (127,2,72). Sum of RGB (Red+Green+Blue) = 127+2+72=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0248 is #80FDB7. Grayscale: #2F2F2F. Windows color (decimal): -8453560 or 4719231. OLE color: 4719231.

HSL color Cylindrical-coordinate representation of color #7F0248: hue angle of 326.4º 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 #7F0248 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB127272-
CMYK00.980.430.50
HSL326.4º96.9%25.29%-
HSV(B)326.4º98.43%49.8%-
XYZ9.945.026.58-
YUV47.36141.91184.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=63.18%
G=1.00%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12727200.980.430.50326.496.925.29
Hex7F2480622B321466119
Octal17721100142536250614131
Binary111111110100100001100010101011110010101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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