Html Css Color HEX #580561 Palatinate Purple

📋 copy color: '#580561'

red 88 ◦ green 5 ◦ blue 97

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

Shades of Palatinate Purple #580561

Tints of Palatinate Purple #580561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 46.32%
G = 2.63%
B = 51.05%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580561 (or 0x580561) is known color: Palatinate Purple. HEX triplet: 58, 05 and 61. RGB value is (88,5,97). Sum of RGB (Red+Green+Blue) = 88+5+97=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #580561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580561 is #A7FA9E. Grayscale: #282828. Windows color (decimal): -11008671 or 6358360. OLE color: 6358360.

HSL color Cylindrical-coordinate representation of color #580561: hue angle of 294.13º 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 #580561 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 5 97 -
CMYK 0.09 0.95 0 0.62
HSL 294.13º 0.9% 0.2% -
HSV(B) 294.13º 0.95% 0.38% -
XYZ 6.24 3.05 11.57 -
YUV 40.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 88 5 97 0.09 0.95 0 0.62 294.13 0.9 0.2
Hex 58 5 61 9 5F 0 3E 126 5A 14
Octal 130 5 141 11 137 0 76 446 132 24
Binary 1011000 101 1100001 1001 1011111 0 111110 100100110 1011010 10100

Color Harmonies of #580561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580561

Black with #580561

Text Example


Text Example

White with #580561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580561; }

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

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

background-color css

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

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

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

border-color css

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

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

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