Html Css Color HEX #580957 Palatinate Purple

📋 copy color: '#580957'

red 88 ◦ green 9 ◦ blue 87

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

Shades of Palatinate Purple #580957

Tints of Palatinate Purple #580957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 47.83%
G = 4.89%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#580957 (or 0x580957) is known color: Palatinate Purple. HEX triplet: 58, 09 and 57. RGB value is (88,9,87). Sum of RGB (Red+Green+Blue) = 88+9+87=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #580957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580957 is #A7F6A8. Grayscale: #292929. Windows color (decimal): -11007657 or 5704024. OLE color: 5704024.

HSL color Cylindrical-coordinate representation of color #580957: hue angle of 300.76º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580957 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 87 -
CMYK 0 0.90 0.01 0.65
HSL 300.76º 0.81% 0.19% -
HSV(B) 300.76º 0.9% 0.35% -
XYZ 5.84 2.96 9.28 -
YUV 41.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 88 9 87 0 0.90 0.01 0.65 300.76 0.81 0.19
Hex 58 9 57 0 5A 1 41 12D 51 13
Octal 130 11 127 0 132 1 101 455 121 23
Binary 1011000 1001 1010111 0 1011010 1 1000001 100101101 1010001 10011

Color Harmonies of #580957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580957

Black with #580957

Text Example


Text Example

White with #580957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580957; }

 p { color: rgb(88,9,87); }

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

background-color css

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

 a { background-color: rgb(88,9,87); }

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

border-color css

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

 span { border-color: rgb(88,9,87); }

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