Html Css Color HEX #580223 Tyrian Purple

📋 copy color: '#580223'

red 88 ◦ green 2 ◦ blue 35

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

Shades of Tyrian Purple #580223

Tints of Tyrian Purple #580223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28%

R = 70.4%
G = 1.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#580223 (or 0x580223) is known color: Tyrian Purple. HEX triplet: 58, 02 and 23. RGB value is (88,2,35). Sum of RGB (Red+Green+Blue) = 88+2+35=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580223 is #A7FDDC. Grayscale: #1F1F1F. Windows color (decimal): -11009501 or 2294360. OLE color: 2294360.

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

Color convert

RGB 88 2 35 -
CMYK 0 0.98 0.60 0.65
HSL 336.98º 0.96% 0.18% -
HSV(B) 336.98º 0.98% 0.35% -
XYZ 4.35 2.24 1.79 -
YUV 31.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 88 2 35 0 0.98 0.60 0.65 336.98 0.96 0.18
Hex 58 2 23 0 62 3C 41 151 60 12
Octal 130 2 43 0 142 74 101 521 140 22
Binary 1011000 10 100011 0 1100010 111100 1000001 101010001 1100000 10010

Color Harmonies of #580223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580223

Black with #580223

Text Example


Text Example

White with #580223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580223; }

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

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

background-color css

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

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

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

border-color css

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

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

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