Html Css Color HEX #582056 Palatinate Purple

📋 copy color: '#582056'

red 88 ◦ green 32 ◦ blue 86

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

Shades of Palatinate Purple #582056

Tints of Palatinate Purple #582056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 42.72%
G = 15.53%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#582056 (or 0x582056) is known color: Palatinate Purple. HEX triplet: 58, 20 and 56. RGB value is (88,32,86). Sum of RGB (Red+Green+Blue) = 88+32+86=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582056 is #A7DFA9. Grayscale: #363636. Windows color (decimal): -11001770 or 5644376. OLE color: 5644376.

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

Color convert

RGB 88 32 86 -
CMYK 0 0.64 0.02 0.65
HSL 302.14º 0.47% 0.24% -
HSV(B) 302.14º 0.64% 0.35% -
XYZ 6.22 3.78 9.21 -
YUV 54.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 88 32 86 0 0.64 0.02 0.65 302.14 0.47 0.24
Hex 58 20 56 0 40 2 41 12E 2F 18
Octal 130 40 126 0 100 2 101 456 57 30
Binary 1011000 100000 1010110 0 1000000 10 1000001 100101110 101111 11000

Color Harmonies of #582056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582056

Black with #582056

Text Example


Text Example

White with #582056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582056; }

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

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

background-color css

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

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

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

border-color css

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

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

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