Html Css Color HEX #580224 Tyrian Purple

📋 copy color: '#580224'

red 88 ◦ green 2 ◦ blue 36

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

Shades of Tyrian Purple #580224

Tints of Tyrian Purple #580224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 69.84%
G = 1.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580224 (or 0x580224) is known color: Tyrian Purple. HEX triplet: 58, 02 and 24. RGB value is (88,2,36). Sum of RGB (Red+Green+Blue) = 88+2+36=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580224 is #A7FDDB. Grayscale: #1F1F1F. Windows color (decimal): -11009500 or 2359896. OLE color: 2359896.

HSL color Cylindrical-coordinate representation of color #580224: hue angle of 336.28º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580224 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 36 -
CMYK 0 0.98 0.59 0.65
HSL 336.28º 0.96% 0.18% -
HSV(B) 336.28º 0.98% 0.35% -
XYZ 4.36 2.25 1.87 -
YUV 31.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 88 2 36 0 0.98 0.59 0.65 336.28 0.96 0.18
Hex 58 2 24 0 62 3B 41 150 60 12
Octal 130 2 44 0 142 73 101 520 140 22
Binary 1011000 10 100100 0 1100010 111011 1000001 101010000 1100000 10010

Color Harmonies of #580224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580224

Black with #580224

Text Example


Text Example

White with #580224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580224; }

 p { color: rgb(88,2,36); }

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

background-color css

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

 a { background-color: rgb(88,2,36); }

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

border-color css

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

 span { border-color: rgb(88,2,36); }

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