Html Css Color HEX #580248 Tyrian Purple

📋 copy color: '#580248'

red 88 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #580248

Tints of Tyrian Purple #580248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 54.32%
G = 1.23%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#580248 (or 0x580248) is known color: Tyrian Purple. HEX triplet: 58, 02 and 48. RGB value is (88,2,72). Sum of RGB (Red+Green+Blue) = 88+2+72=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580248 is #A7FDB7. Grayscale: #232323. Windows color (decimal): -11009464 or 4719192. OLE color: 4719192.

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

Color convert

RGB 88 2 72 -
CMYK 0 0.98 0.18 0.65
HSL 311.16º 0.96% 0.18% -
HSV(B) 311.16º 0.98% 0.35% -
XYZ 5.22 2.59 6.36 -
YUV 35.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 88 2 72 0 0.98 0.18 0.65 311.16 0.96 0.18
Hex 58 2 48 0 62 12 41 137 60 12
Octal 130 2 110 0 142 22 101 467 140 22
Binary 1011000 10 1001000 0 1100010 10010 1000001 100110111 1100000 10010

Color Harmonies of #580248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580248

Black with #580248

Text Example


Text Example

White with #580248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580248; }

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

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

background-color css

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

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

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

border-color css

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

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

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