Html Css Color HEX #580228 Tyrian Purple

📋 copy color: '#580228'

red 88 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #580228

Tints of Tyrian Purple #580228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 67.69%
G = 1.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#580228 (or 0x580228) is known color: Tyrian Purple. HEX triplet: 58, 02 and 28. RGB value is (88,2,40). Sum of RGB (Red+Green+Blue) = 88+2+40=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580228 is #A7FDD7. Grayscale: #1F1F1F. Windows color (decimal): -11009496 or 2622040. OLE color: 2622040.

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

Color convert

RGB 88 2 40 -
CMYK 0 0.98 0.55 0.65
HSL 333.49º 0.96% 0.18% -
HSV(B) 333.49º 0.98% 0.35% -
XYZ 4.43 2.27 2.21 -
YUV 32.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 88 2 40 0 0.98 0.55 0.65 333.49 0.96 0.18
Hex 58 2 28 0 62 37 41 14D 60 12
Octal 130 2 50 0 142 67 101 515 140 22
Binary 1011000 10 101000 0 1100010 110111 1000001 101001101 1100000 10010

Color Harmonies of #580228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580228

Black with #580228

Text Example


Text Example

White with #580228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580228; }

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

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

background-color css

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

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

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

border-color css

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

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

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