Html Css Color HEX #860240 Tyrian Purple

📋 copy color: '#860240'

red 134 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #860240

Tints of Tyrian Purple #860240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 67%
G = 1%
B = 32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#860240 (or 0x860240) is known color: Tyrian Purple. HEX triplet: 86, 02 and 40. RGB value is (134,2,64). Sum of RGB (Red+Green+Blue) = 134+2+64=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #860240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860240 is #79FDBF. Grayscale: #303030. Windows color (decimal): -7994816 or 4194950. OLE color: 4194950.

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

Color convert

RGB 134 2 64 -
CMYK 0 0.99 0.52 0.47
HSL 331.82º 0.97% 0.27% -
HSV(B) 331.82º 0.99% 0.53% -
XYZ 10.78 5.48 5.34 -
YUV 48.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 134 2 64 0 0.99 0.52 0.47 331.82 0.97 0.27
Hex 86 2 40 0 63 34 2F 14C 61 1B
Octal 206 2 100 0 143 64 57 514 141 33
Binary 10000110 10 1000000 0 1100011 110100 101111 101001100 1100001 11011

Color Harmonies of #860240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860240

Black with #860240

Text Example


Text Example

White with #860240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860240; }

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

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

background-color css

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

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

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

border-color css

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

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

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