Html Css Color HEX #870948 Tyrian Purple

📋 copy color: '#870948'

red 135 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #870948

Tints of Tyrian Purple #870948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 62.5%
G = 4.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#870948 (or 0x870948) is known color: Tyrian Purple. HEX triplet: 87, 09 and 48. RGB value is (135,9,72). Sum of RGB (Red+Green+Blue) = 135+9+72=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #870948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870948 is #78F6B7. Grayscale: #353535. Windows color (decimal): -7927480 or 4721031. OLE color: 4721031.

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

Color convert

RGB 135 9 72 -
CMYK 0 0.93 0.47 0.47
HSL 330º 0.88% 0.28% -
HSV(B) 330º 0.93% 0.53% -
XYZ 11.26 5.81 6.66 -
YUV 53.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 135 9 72 0 0.93 0.47 0.47 330 0.88 0.28
Hex 87 9 48 0 5D 2F 2F 14A 58 1C
Octal 207 11 110 0 135 57 57 512 130 34
Binary 10000111 1001 1001000 0 1011101 101111 101111 101001010 1011000 11100

Color Harmonies of #870948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870948

Black with #870948

Text Example


Text Example

White with #870948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870948; }

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

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

background-color css

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

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

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

border-color css

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

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

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