Html Css Color HEX #582552 Palatinate Purple

📋 copy color: '#582552'

red 88 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #582552

Tints of Palatinate Purple #582552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

 BLUE value IS 82 (32.42% from 255) = 39.61%

R = 42.51%
G = 17.87%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#582552 (or 0x582552) is known color: Palatinate Purple. HEX triplet: 58, 25 and 52. RGB value is (88,37,82). Sum of RGB (Red+Green+Blue) = 88+37+82=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582552 is #A7DAAD. Grayscale: #393939. Windows color (decimal): -11000494 or 5383512. OLE color: 5383512.

HSL color Cylindrical-coordinate representation of color #582552: hue angle of 307.06º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582552 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 82 -
CMYK 0 0.58 0.07 0.65
HSL 307.06º 0.41% 0.25% -
HSV(B) 307.06º 0.58% 0.35% -
XYZ 6.21 4.01 8.43 -
YUV 57.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 88 37 82 0 0.58 0.07 0.65 307.06 0.41 0.25
Hex 58 25 52 0 3A 7 41 133 29 19
Octal 130 45 122 0 72 7 101 463 51 31
Binary 1011000 100101 1010010 0 111010 111 1000001 100110011 101001 11001

Color Harmonies of #582552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582552

Black with #582552

Text Example


Text Example

White with #582552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582552; }

 p { color: rgb(88,37,82); }

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

background-color css

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

 a { background-color: rgb(88,37,82); }

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

border-color css

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

 span { border-color: rgb(88,37,82); }

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