Html Css Color HEX #860142 Tyrian Purple

📋 copy color: '#860142'

red 134 ◦ green 1 ◦ blue 66

#860142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #860142

Tints of Tyrian Purple #860142

RGB

 RED value IS 134 (52.73% from 255) = 66.67%

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 66.67%
G = 0.5%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#860142 (or 0x860142) is known color: Tyrian Purple. HEX triplet: 86, 01 and 42. RGB value is (134,1,66). Sum of RGB (Red+Green+Blue) = 134+1+66=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #860142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860142 is #79FEBD. Grayscale: #303030. Windows color (decimal): -7995070 or 4325766. OLE color: 4325766.

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

Color convert

RGB 134 1 66 -
CMYK 0 0.99 0.51 0.47
HSL 330.68º 0.99% 0.26% -
HSV(B) 330.68º 0.99% 0.53% -
XYZ 10.83 5.48 5.64 -
YUV 48.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 134 1 66 0 0.99 0.51 0.47 330.68 0.99 0.26
Hex 86 1 42 0 63 33 2F 14B 63 1A
Octal 206 1 102 0 143 63 57 513 143 32
Binary 10000110 1 1000010 0 1100011 110011 101111 101001011 1100011 11010

Color Harmonies of #860142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860142

Black with #860142

Text Example


Text Example

White with #860142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860142; }

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

 H1.HeaderClassName
 {
   color: #860142;
 }
 .AnyTagClassName
 {
   color: #860142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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