Html Css Color HEX #580152 Tyrian Purple

📋 copy color: '#580152'

red 88 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #580152

Tints of Tyrian Purple #580152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 82 (32.42% from 255) = 47.95%

R = 51.46%
G = 0.58%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#580152 (or 0x580152) is known color: Tyrian Purple. HEX triplet: 58, 01 and 52. RGB value is (88,1,82). Sum of RGB (Red+Green+Blue) = 88+1+82=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580152 is #A7FEAD. Grayscale: #242424. Windows color (decimal): -11009710 or 5374296. OLE color: 5374296.

HSL color Cylindrical-coordinate representation of color #580152: hue angle of 304.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580152 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 82 -
CMYK 0 0.99 0.07 0.65
HSL 304.14º 0.98% 0.17% -
HSV(B) 304.14º 0.99% 0.35% -
XYZ 5.56 2.71 8.21 -
YUV 36.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 88 1 82 0 0.99 0.07 0.65 304.14 0.98 0.17
Hex 58 1 52 0 63 7 41 130 62 11
Octal 130 1 122 0 143 7 101 460 142 21
Binary 1011000 1 1010010 0 1100011 111 1000001 100110000 1100010 10001

Color Harmonies of #580152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580152

Black with #580152

Text Example


Text Example

White with #580152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580152; }

 p { color: rgb(88,1,82); }

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

background-color css

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

 a { background-color: rgb(88,1,82); }

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

border-color css

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

 span { border-color: rgb(88,1,82); }

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