Html Css Color HEX #581445 Tyrian Purple

📋 copy color: '#581445'

red 88 ◦ green 20 ◦ blue 69

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

Shades of Tyrian Purple #581445

Tints of Tyrian Purple #581445

RGB

 RED value IS 88 (34.77% from 255) = 49.72%

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 49.72%
G = 11.3%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#581445 (or 0x581445) is known color: Tyrian Purple. HEX triplet: 58, 14 and 45. RGB value is (88,20,69). Sum of RGB (Red+Green+Blue) = 88+20+69=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581445 is #A7EBBA. Grayscale: #2D2D2D. Windows color (decimal): -11004859 or 4527192. OLE color: 4527192.

HSL color Cylindrical-coordinate representation of color #581445: hue angle of 316.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581445 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 69 -
CMYK 0 0.77 0.22 0.65
HSL 316.76º 0.63% 0.21% -
HSV(B) 316.76º 0.77% 0.35% -
XYZ 5.35 3 5.93 -
YUV 45.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 88 20 69 0 0.77 0.22 0.65 316.76 0.63 0.21
Hex 58 14 45 0 4D 16 41 13D 3F 15
Octal 130 24 105 0 115 26 101 475 77 25
Binary 1011000 10100 1000101 0 1001101 10110 1000001 100111101 111111 10101

Color Harmonies of #581445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581445

Black with #581445

Text Example


Text Example

White with #581445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581445; }

 p { color: rgb(88,20,69); }

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

background-color css

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

 a { background-color: rgb(88,20,69); }

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

border-color css

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

 span { border-color: rgb(88,20,69); }

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