Html Css Color HEX #580348 Tyrian Purple

📋 copy color: '#580348'

red 88 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #580348

Tints of Tyrian Purple #580348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

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

R = 53.99%
G = 1.84%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#580348 (or 0x580348) is known color: Tyrian Purple. HEX triplet: 58, 03 and 48. RGB value is (88,3,72). Sum of RGB (Red+Green+Blue) = 88+3+72=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #580348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580348 is #A7FCB7. Grayscale: #242424. Windows color (decimal): -11009208 or 4719448. OLE color: 4719448.

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

Color convert

RGB 88 3 72 -
CMYK 0 0.97 0.18 0.65
HSL 311.29º 0.93% 0.18% -
HSV(B) 311.29º 0.97% 0.35% -
XYZ 5.23 2.61 6.36 -
YUV 36.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 88 3 72 0 0.97 0.18 0.65 311.29 0.93 0.18
Hex 58 3 48 0 61 12 41 137 5D 12
Octal 130 3 110 0 141 22 101 467 135 22
Binary 1011000 11 1001000 0 1100001 10010 1000001 100110111 1011101 10010

Color Harmonies of #580348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580348

Black with #580348

Text Example


Text Example

White with #580348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580348; }

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

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

background-color css

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

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

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

border-color css

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

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

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