#860242

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

Shades of Tyrian Purple #860242

Tints of Tyrian Purple #860242

Color information

#860242 (or 0x860242) is unknown color: approx Tyrian Purple. HEX triplet: 86, 02 and 42. RGB value is (134,2,66). Sum of RGB (Red+Green+Blue) = 134+2+66=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #860242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860242 is #79FDBD. Grayscale: #303030. Windows color (decimal): -7994814 or 4326022. OLE color: 4326022.

HSL color Cylindrical-coordinate representation of color #860242: hue angle of 330.91º 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 #860242 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB134266-
CMYK00.990.510.47
HSL330.91º97.06%26.67%-
HSV(B)330.91º98.51%52.55%-
XYZ10.845.515.65-
YUV48.76137.73188.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=66.34%
G=0.99%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13426600.990.510.47330.9197.0626.67
Hex86242063332F14b611b
Octal20621020143635751314133
Binary1000011010100001001100011110011101111101001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860242; }

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

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

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

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

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

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

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

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