Html Css Color HEX #860048 Tyrian Purple

📋 copy color: '#860048'

red 134 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #860048

Tints of Tyrian Purple #860048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 65.05%
G = 0%
B = 34.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860048 (or 0x860048) is known color: Tyrian Purple. HEX triplet: 86, 00 and 48. RGB value is (134,0,72). Sum of RGB (Red+Green+Blue) = 134+0+72=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #860048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860048 is #79FFB7. Grayscale: #303030. Windows color (decimal): -7995320 or 4718726. OLE color: 4718726.

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

Color convert

RGB 134 0 72 -
CMYK 0 1 0.46 0.47
HSL 327.76º 1% 0.26% -
HSV(B) 327.76º 1% 0.53% -
XYZ 11 5.54 6.62 -
YUV 48.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 134 0 72 0 1 0.46 0.47 327.76 1 0.26
Hex 86 0 48 0 64 2E 2F 148 64 1A
Octal 206 0 110 0 144 56 57 510 144 32
Binary 10000110 0 1001000 0 1100100 101110 101111 101001000 1100100 11010

Color Harmonies of #860048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860048

Black with #860048

Text Example


Text Example

White with #860048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860048; }

 p { color: rgb(134,0,72); }

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

background-color css

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

 a { background-color: rgb(134,0,72); }

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

border-color css

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

 span { border-color: rgb(134,0,72); }

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