Html Css Color HEX #582156 Palatinate Purple

📋 copy color: '#582156'

red 88 ◦ green 33 ◦ blue 86

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

Shades of Palatinate Purple #582156

Tints of Palatinate Purple #582156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 42.51%
G = 15.94%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#582156 (or 0x582156) is known color: Palatinate Purple. HEX triplet: 58, 21 and 56. RGB value is (88,33,86). Sum of RGB (Red+Green+Blue) = 88+33+86=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582156 is #A7DEA9. Grayscale: #373737. Windows color (decimal): -11001514 or 5644632. OLE color: 5644632.

HSL color Cylindrical-coordinate representation of color #582156: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582156 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 86 -
CMYK 0 0.62 0.02 0.65
HSL 302.18º 0.45% 0.24% -
HSV(B) 302.18º 0.63% 0.35% -
XYZ 6.25 3.83 9.21 -
YUV 55.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 88 33 86 0 0.62 0.02 0.65 302.18 0.45 0.24
Hex 58 21 56 0 3E 2 41 12E 2D 18
Octal 130 41 126 0 76 2 101 456 55 30
Binary 1011000 100001 1010110 0 111110 10 1000001 100101110 101101 11000

Color Harmonies of #582156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582156

Black with #582156

Text Example


Text Example

White with #582156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582156; }

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

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

background-color css

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

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

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

border-color css

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

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

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