Html Css Color HEX #870048 Tyrian Purple

📋 copy color: '#870048'

red 135 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #870048

Tints of Tyrian Purple #870048

RGB

 RED value IS 135 (53.13% from 255) = 65.22%

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

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

R = 65.22%
G = 0%
B = 34.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#870048 (or 0x870048) is known color: Tyrian Purple. HEX triplet: 87, 00 and 48. RGB value is (135,0,72). Sum of RGB (Red+Green+Blue) = 135+0+72=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #870048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870048 is #78FFB7. Grayscale: #303030. Windows color (decimal): -7929784 or 4718727. OLE color: 4718727.

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

Color convert

RGB 135 0 72 -
CMYK 0 1 0.47 0.47
HSL 328º 1% 0.26% -
HSV(B) 328º 1% 0.53% -
XYZ 11.16 5.62 6.63 -
YUV 48.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 135 0 72 0 1 0.47 0.47 328 1 0.26
Hex 87 0 48 0 64 2F 2F 148 64 1A
Octal 207 0 110 0 144 57 57 510 144 32
Binary 10000111 0 1001000 0 1100100 101111 101111 101001000 1100100 11010

Color Harmonies of #870048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870048

Black with #870048

Text Example


Text Example

White with #870048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870048; }

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

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

background-color css

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

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

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

border-color css

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

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

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