Html Css Color HEX #582553 Palatinate Purple

📋 copy color: '#582553'

red 88 ◦ green 37 ◦ blue 83

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

Shades of Palatinate Purple #582553

Tints of Palatinate Purple #582553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 42.31%
G = 17.79%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#582553 (or 0x582553) is known color: Palatinate Purple. HEX triplet: 58, 25 and 53. RGB value is (88,37,83). Sum of RGB (Red+Green+Blue) = 88+37+83=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582553 is #A7DAAC. Grayscale: #393939. Windows color (decimal): -11000493 or 5449048. OLE color: 5449048.

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

Color convert

RGB 88 37 83 -
CMYK 0 0.58 0.06 0.65
HSL 305.88º 0.41% 0.25% -
HSV(B) 305.88º 0.58% 0.35% -
XYZ 6.25 4.02 8.63 -
YUV 57.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 88 37 83 0 0.58 0.06 0.65 305.88 0.41 0.25
Hex 58 25 53 0 3A 6 41 132 29 19
Octal 130 45 123 0 72 6 101 462 51 31
Binary 1011000 100101 1010011 0 111010 110 1000001 100110010 101001 11001

Color Harmonies of #582553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582553

Black with #582553

Text Example


Text Example

White with #582553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582553; }

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

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

background-color css

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

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

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

border-color css

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

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

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