Html Css Color HEX #580555 Palatinate Purple

📋 copy color: '#580555'

red 88 ◦ green 5 ◦ blue 85

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

Shades of Palatinate Purple #580555

Tints of Palatinate Purple #580555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 49.44%
G = 2.81%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#580555 (or 0x580555) is known color: Palatinate Purple. HEX triplet: 58, 05 and 55. RGB value is (88,5,85). Sum of RGB (Red+Green+Blue) = 88+5+85=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580555 is #A7FAAA. Grayscale: #262626. Windows color (decimal): -11008683 or 5571928. OLE color: 5571928.

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

Color convert

RGB 88 5 85 -
CMYK 0 0.94 0.03 0.65
HSL 302.17º 0.89% 0.18% -
HSV(B) 302.17º 0.94% 0.35% -
XYZ 5.72 2.84 8.84 -
YUV 38.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 88 5 85 0 0.94 0.03 0.65 302.17 0.89 0.18
Hex 58 5 55 0 5E 3 41 12E 59 12
Octal 130 5 125 0 136 3 101 456 131 22
Binary 1011000 101 1010101 0 1011110 11 1000001 100101110 1011001 10010

Color Harmonies of #580555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580555

Black with #580555

Text Example


Text Example

White with #580555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580555; }

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

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

background-color css

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

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

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

border-color css

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

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

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