Html Css Color HEX #582255 Palatinate Purple

📋 copy color: '#582255'

red 88 ◦ green 34 ◦ blue 85

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

Shades of Palatinate Purple #582255

Tints of Palatinate Purple #582255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 42.51%
G = 16.43%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#582255 (or 0x582255) is known color: Palatinate Purple. HEX triplet: 58, 22 and 55. RGB value is (88,34,85). Sum of RGB (Red+Green+Blue) = 88+34+85=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582255 is #A7DDAA. Grayscale: #373737. Windows color (decimal): -11001259 or 5579352. OLE color: 5579352.

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

Color convert

RGB 88 34 85 -
CMYK 0 0.61 0.03 0.65
HSL 303.33º 0.44% 0.24% -
HSV(B) 303.33º 0.61% 0.35% -
XYZ 6.24 3.87 9.01 -
YUV 55.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 88 34 85 0 0.61 0.03 0.65 303.33 0.44 0.24
Hex 58 22 55 0 3D 3 41 12F 2C 18
Octal 130 42 125 0 75 3 101 457 54 30
Binary 1011000 100010 1010101 0 111101 11 1000001 100101111 101100 11000

Color Harmonies of #582255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582255

Black with #582255

Text Example


Text Example

White with #582255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582255; }

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

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

background-color css

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

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

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

border-color css

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

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

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