Html Css Color HEX #870448 Tyrian Purple

📋 copy color: '#870448'

red 135 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #870448

Tints of Tyrian Purple #870448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 63.98%
G = 1.9%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#870448 (or 0x870448) is known color: Tyrian Purple. HEX triplet: 87, 04 and 48. RGB value is (135,4,72). Sum of RGB (Red+Green+Blue) = 135+4+72=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #870448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870448 is #78FBB7. Grayscale: #323232. Windows color (decimal): -7928760 or 4719751. OLE color: 4719751.

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

Color convert

RGB 135 4 72 -
CMYK 0 0.97 0.47 0.47
HSL 328.85º 0.94% 0.27% -
HSV(B) 328.85º 0.97% 0.53% -
XYZ 11.2 5.71 6.64 -
YUV 50.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 135 4 72 0 0.97 0.47 0.47 328.85 0.94 0.27
Hex 87 4 48 0 61 2F 2F 149 5E 1B
Octal 207 4 110 0 141 57 57 511 136 33
Binary 10000111 100 1001000 0 1100001 101111 101111 101001001 1011110 11011

Color Harmonies of #870448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870448

Black with #870448

Text Example


Text Example

White with #870448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870448; }

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

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

background-color css

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

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

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

border-color css

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

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

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