#860342

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

Shades of Tyrian Purple #860342

Tints of Tyrian Purple #860342

Color information

#860342 (or 0x860342) is unknown color: approx Tyrian Purple. HEX triplet: 86, 03 and 42. RGB value is (134,3,66). Sum of RGB (Red+Green+Blue) = 134+3+66=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #860342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860342 is #79FCBD. Grayscale: #313131. Windows color (decimal): -7994558 or 4326278. OLE color: 4326278.

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

Color convert

RGB134366-
CMYK00.980.510.47
HSL331.15º95.62%26.86%-
HSV(B)331.15º97.76%52.55%-
XYZ10.855.535.65-
YUV49.35137.4188.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.01%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=66.01%
G=1.48%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436600.980.510.47331.1595.6226.86
Hex86342062332F14b601b
Octal20631020142635751314033
Binary1000011011100001001100010110011101111101001011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860342; }

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

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

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

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

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

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

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

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