Html Css Color HEX #581442 Tyrian Purple

📋 copy color: '#581442'

red 88 ◦ green 20 ◦ blue 66

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

Shades of Tyrian Purple #581442

Tints of Tyrian Purple #581442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 50.57%
G = 11.49%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581442 (or 0x581442) is known color: Tyrian Purple. HEX triplet: 58, 14 and 42. RGB value is (88,20,66). Sum of RGB (Red+Green+Blue) = 88+20+66=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #581442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581442 is #A7EBBD. Grayscale: #2D2D2D. Windows color (decimal): -11004862 or 4330584. OLE color: 4330584.

HSL color Cylindrical-coordinate representation of color #581442: hue angle of 319.41º 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 #581442 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 66 -
CMYK 0 0.77 0.25 0.65
HSL 319.41º 0.63% 0.21% -
HSV(B) 319.41º 0.77% 0.35% -
XYZ 5.26 2.97 5.45 -
YUV 45.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 88 20 66 0 0.77 0.25 0.65 319.41 0.63 0.21
Hex 58 14 42 0 4D 19 41 13F 3F 15
Octal 130 24 102 0 115 31 101 477 77 25
Binary 1011000 10100 1000010 0 1001101 11001 1000001 100111111 111111 10101

Color Harmonies of #581442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581442

Black with #581442

Text Example


Text Example

White with #581442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581442; }

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

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

background-color css

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

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

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

border-color css

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

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

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