Html Css Color HEX #580251 Tyrian Purple

📋 copy color: '#580251'

red 88 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #580251

Tints of Tyrian Purple #580251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 51.46%
G = 1.17%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580251 (or 0x580251) is known color: Tyrian Purple. HEX triplet: 58, 02 and 51. RGB value is (88,2,81). Sum of RGB (Red+Green+Blue) = 88+2+81=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580251 is #A7FDAE. Grayscale: #242424. Windows color (decimal): -11009455 or 5309016. OLE color: 5309016.

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

Color convert

RGB 88 2 81 -
CMYK 0 0.98 0.08 0.65
HSL 304.88º 0.96% 0.18% -
HSV(B) 304.88º 0.98% 0.35% -
XYZ 5.53 2.71 8.02 -
YUV 36.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 88 2 81 0 0.98 0.08 0.65 304.88 0.96 0.18
Hex 58 2 51 0 62 8 41 131 60 12
Octal 130 2 121 0 142 10 101 461 140 22
Binary 1011000 10 1010001 0 1100010 1000 1000001 100110001 1100000 10010

Color Harmonies of #580251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580251

Black with #580251

Text Example


Text Example

White with #580251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580251; }

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

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

background-color css

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

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

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

border-color css

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

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

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