Html Css Color HEX #580357 Palatinate Purple

📋 copy color: '#580357'

red 88 ◦ green 3 ◦ blue 87

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

Shades of Palatinate Purple #580357

Tints of Palatinate Purple #580357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 49.44%
G = 1.69%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#580357 (or 0x580357) is known color: Palatinate Purple. HEX triplet: 58, 03 and 57. RGB value is (88,3,87). Sum of RGB (Red+Green+Blue) = 88+3+87=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580357 is #A7FCA8. Grayscale: #252525. Windows color (decimal): -11009193 or 5702488. OLE color: 5702488.

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

Color convert

RGB 88 3 87 -
CMYK 0 0.97 0.01 0.65
HSL 300.71º 0.93% 0.18% -
HSV(B) 300.71º 0.97% 0.35% -
XYZ 5.78 2.83 9.26 -
YUV 37.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 88 3 87 0 0.97 0.01 0.65 300.71 0.93 0.18
Hex 58 3 57 0 61 1 41 12D 5D 12
Octal 130 3 127 0 141 1 101 455 135 22
Binary 1011000 11 1010111 0 1100001 1 1000001 100101101 1011101 10010

Color Harmonies of #580357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580357

Black with #580357

Text Example


Text Example

White with #580357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580357; }

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

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

background-color css

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

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

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

border-color css

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

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

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