Html Css Color HEX #580554 Palatinate Purple

📋 copy color: '#580554'

red 88 ◦ green 5 ◦ blue 84

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

Shades of Palatinate Purple #580554

Tints of Palatinate Purple #580554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.46%

R = 49.72%
G = 2.82%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#580554 (or 0x580554) is known color: Palatinate Purple. HEX triplet: 58, 05 and 54. RGB value is (88,5,84). Sum of RGB (Red+Green+Blue) = 88+5+84=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580554 is #A7FAAB. Grayscale: #262626. Windows color (decimal): -11008684 or 5506392. OLE color: 5506392.

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

Color convert

RGB 88 5 84 -
CMYK 0 0.94 0.05 0.65
HSL 302.89º 0.89% 0.18% -
HSV(B) 302.89º 0.94% 0.35% -
XYZ 5.68 2.82 8.63 -
YUV 38.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 88 5 84 0 0.94 0.05 0.65 302.89 0.89 0.18
Hex 58 5 54 0 5E 5 41 12F 59 12
Octal 130 5 124 0 136 5 101 457 131 22
Binary 1011000 101 1010100 0 1011110 101 1000001 100101111 1011001 10010

Color Harmonies of #580554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580554

Black with #580554

Text Example


Text Example

White with #580554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580554; }

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

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

background-color css

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

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

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

border-color css

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

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

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