Html Css Color HEX #580527 Tyrian Purple

📋 copy color: '#580527'

red 88 ◦ green 5 ◦ blue 39

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

Shades of Tyrian Purple #580527

Tints of Tyrian Purple #580527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 66.67%
G = 3.79%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#580527 (or 0x580527) is known color: Tyrian Purple. HEX triplet: 58, 05 and 27. RGB value is (88,5,39). Sum of RGB (Red+Green+Blue) = 88+5+39=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580527 is #A7FAD8. Grayscale: #212121. Windows color (decimal): -11008729 or 2557272. OLE color: 2557272.

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

Color convert

RGB 88 5 39 -
CMYK 0 0.94 0.56 0.65
HSL 335.42º 0.89% 0.18% -
HSV(B) 335.42º 0.94% 0.35% -
XYZ 4.44 2.33 2.13 -
YUV 33.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 88 5 39 0 0.94 0.56 0.65 335.42 0.89 0.18
Hex 58 5 27 0 5E 38 41 14F 59 12
Octal 130 5 47 0 136 70 101 517 131 22
Binary 1011000 101 100111 0 1011110 111000 1000001 101001111 1011001 10010

Color Harmonies of #580527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580527

Black with #580527

Text Example


Text Example

White with #580527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580527; }

 p { color: rgb(88,5,39); }

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

background-color css

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

 a { background-color: rgb(88,5,39); }

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

border-color css

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

 span { border-color: rgb(88,5,39); }

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