Html Css Color HEX #580257 Palatinate Purple

📋 copy color: '#580257'

red 88 ◦ green 2 ◦ blue 87

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

Shades of Palatinate Purple #580257

Tints of Palatinate Purple #580257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 49.72%
G = 1.13%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#580257 (or 0x580257) is known color: Palatinate Purple. HEX triplet: 58, 02 and 57. RGB value is (88,2,87). Sum of RGB (Red+Green+Blue) = 88+2+87=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580257 is #A7FDA8. Grayscale: #252525. Windows color (decimal): -11009449 or 5702232. OLE color: 5702232.

HSL color Cylindrical-coordinate representation of color #580257: hue angle of 300.7º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580257 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 87 -
CMYK 0 0.98 0.01 0.65
HSL 300.7º 0.96% 0.18% -
HSV(B) 300.7º 0.98% 0.35% -
XYZ 5.77 2.81 9.25 -
YUV 37.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 88 2 87 0 0.98 0.01 0.65 300.7 0.96 0.18
Hex 58 2 57 0 62 1 41 12D 60 12
Octal 130 2 127 0 142 1 101 455 140 22
Binary 1011000 10 1010111 0 1100010 1 1000001 100101101 1100000 10010

Color Harmonies of #580257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580257

Black with #580257

Text Example


Text Example

White with #580257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580257; }

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

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

background-color css

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

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

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

border-color css

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

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

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