Html Css Color HEX #582155 Palatinate Purple

📋 copy color: '#582155'

red 88 ◦ green 33 ◦ blue 85

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

Shades of Palatinate Purple #582155

Tints of Palatinate Purple #582155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 42.72%
G = 16.02%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#582155 (or 0x582155) is known color: Palatinate Purple. HEX triplet: 58, 21 and 55. RGB value is (88,33,85). Sum of RGB (Red+Green+Blue) = 88+33+85=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582155 is #A7DEAA. Grayscale: #373737. Windows color (decimal): -11001515 or 5579096. OLE color: 5579096.

HSL color Cylindrical-coordinate representation of color #582155: hue angle of 303.27º 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 #582155 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 85 -
CMYK 0 0.62 0.03 0.65
HSL 303.27º 0.45% 0.24% -
HSV(B) 303.27º 0.63% 0.35% -
XYZ 6.21 3.82 9 -
YUV 55.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 88 33 85 0 0.62 0.03 0.65 303.27 0.45 0.24
Hex 58 21 55 0 3E 3 41 12F 2D 18
Octal 130 41 125 0 76 3 101 457 55 30
Binary 1011000 100001 1010101 0 111110 11 1000001 100101111 101101 11000

Color Harmonies of #582155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582155

Black with #582155

Text Example


Text Example

White with #582155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582155; }

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

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

background-color css

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

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

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

border-color css

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

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

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