#86023E

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

Shades of Tyrian Purple #86023E

Tints of Tyrian Purple #86023E

Color information

#86023E (or 0x86023E) is unknown color: approx Tyrian Purple. HEX triplet: 86, 02 and 3E. RGB value is (134,2,62). Sum of RGB (Red+Green+Blue) = 134+2+62=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86023E is #79FDC1. Grayscale: #303030. Windows color (decimal): -7994818 or 4063878. OLE color: 4063878.

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

Color convert

RGB134262-
CMYK00.990.540.47
HSL332.73º97.06%26.67%-
HSV(B)332.73º98.51%52.55%-
XYZ10.725.465.05-
YUV48.31135.73189.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=67.68%
G=1.01%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13426200.990.540.47332.7397.0626.67
Hex8623E063362F14d611b
Octal2062760143665751514133
Binary100001101011111001100011110110101111101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86023E; }

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

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

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

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

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

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

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

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