Html Css Color HEX #580560 Palatinate Purple

📋 copy color: '#580560'

red 88 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #580560

Tints of Palatinate Purple #580560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 46.56%
G = 2.65%
B = 50.79%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580560 (or 0x580560) is known color: Palatinate Purple. HEX triplet: 58, 05 and 60. RGB value is (88,5,96). Sum of RGB (Red+Green+Blue) = 88+5+96=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #580560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580560 is #A7FA9F. Grayscale: #272727. Windows color (decimal): -11008672 or 6292824. OLE color: 6292824.

HSL color Cylindrical-coordinate representation of color #580560: hue angle of 294.73º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580560 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 5 96 -
CMYK 0.08 0.95 0 0.62
HSL 294.73º 0.9% 0.2% -
HSV(B) 294.73º 0.95% 0.38% -
XYZ 6.19 3.03 11.32 -
YUV 40.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 88 5 96 0.08 0.95 0 0.62 294.73 0.9 0.2
Hex 58 5 60 8 5F 0 3E 127 5A 14
Octal 130 5 140 10 137 0 76 447 132 24
Binary 1011000 101 1100000 1000 1011111 0 111110 100100111 1011010 10100

Color Harmonies of #580560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580560

Black with #580560

Text Example


Text Example

White with #580560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580560; }

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

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

background-color css

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

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

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

border-color css

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

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

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