Html Css Color HEX #581357 Palatinate Purple

📋 copy color: '#581357'

red 88 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #581357

Tints of Palatinate Purple #581357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

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

R = 45.36%
G = 9.79%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581357 (or 0x581357) is known color: Palatinate Purple. HEX triplet: 58, 13 and 57. RGB value is (88,19,87). Sum of RGB (Red+Green+Blue) = 88+19+87=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581357 is #A7ECA8. Grayscale: #2F2F2F. Windows color (decimal): -11005097 or 5706584. OLE color: 5706584.

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

Color convert

RGB 88 19 87 -
CMYK 0 0.78 0.01 0.65
HSL 300.87º 0.64% 0.21% -
HSV(B) 300.87º 0.78% 0.35% -
XYZ 5.98 3.23 9.32 -
YUV 47.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 88 19 87 0 0.78 0.01 0.65 300.87 0.64 0.21
Hex 58 13 57 0 4E 1 41 12D 40 15
Octal 130 23 127 0 116 1 101 455 100 25
Binary 1011000 10011 1010111 0 1001110 1 1000001 100101101 1000000 10101

Color Harmonies of #581357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581357

Black with #581357

Text Example


Text Example

White with #581357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581357; }

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

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

background-color css

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

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

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

border-color css

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

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

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