Html Css Color HEX #581C56 Palatinate Purple

📋 copy color: '#581C56'

red 88 ◦ green 28 ◦ blue 86

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

Shades of Palatinate Purple #581C56

Tints of Palatinate Purple #581C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.86%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 43.56%
G = 13.86%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#581C56 (or 0x581C56) is known color: Palatinate Purple. HEX triplet: 58, 1C and 56. RGB value is (88,28,86). Sum of RGB (Red+Green+Blue) = 88+28+86=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #581C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C56 is #A7E3A9. Grayscale: #343434. Windows color (decimal): -11002794 or 5643352. OLE color: 5643352.

HSL color Cylindrical-coordinate representation of color #581C56: hue angle of 302º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C56 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 28 86 -
CMYK 0 0.68 0.02 0.65
HSL 302º 0.52% 0.23% -
HSV(B) 302º 0.68% 0.35% -
XYZ 6.12 3.58 9.17 -
YUV 52.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 88 28 86 0 0.68 0.02 0.65 302 0.52 0.23
Hex 58 1C 56 0 44 2 41 12E 34 17
Octal 130 34 126 0 104 2 101 456 64 27
Binary 1011000 11100 1010110 0 1000100 10 1000001 100101110 110100 10111

Color Harmonies of #581C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C56

Black with #581C56

Text Example


Text Example

White with #581C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581C56; }

 p { color: rgb(88,28,86); }

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

background-color css

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

 a { background-color: rgb(88,28,86); }

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

border-color css

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

 span { border-color: rgb(88,28,86); }

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