#860248

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

Shades of Tyrian Purple #860248

Tints of Tyrian Purple #860248

Color information

#860248 (or 0x860248) is unknown color: approx Tyrian Purple. HEX triplet: 86, 02 and 48. RGB value is (134,2,72). Sum of RGB (Red+Green+Blue) = 134+2+72=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860248 is #79FDB7. Grayscale: #313131. Windows color (decimal): -7994808 or 4719238. OLE color: 4719238.

HSL color Cylindrical-coordinate representation of color #860248: hue angle of 328.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860248 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB134272-
CMYK00.990.460.47
HSL328.18º97.06%26.67%-
HSV(B)328.18º98.51%52.55%-
XYZ11.025.586.63-
YUV49.45140.73188.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=64.42%
G=0.96%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13427200.990.460.47328.1897.0626.67
Hex862480632E2F148611b
Octal20621100143565751014133
Binary1000011010100100001100011101110101111101001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860248; }

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

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

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

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

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

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

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

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