Html Css Color HEX #582953 Palatinate Purple

📋 copy color: '#582953'

red 88 ◦ green 41 ◦ blue 83

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

Shades of Palatinate Purple #582953

Tints of Palatinate Purple #582953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 41.51%
G = 19.34%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#582953 (or 0x582953) is known color: Palatinate Purple. HEX triplet: 58, 29 and 53. RGB value is (88,41,83). Sum of RGB (Red+Green+Blue) = 88+41+83=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582953 is #A7D6AC. Grayscale: #3B3B3B. Windows color (decimal): -10999469 or 5450072. OLE color: 5450072.

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

Color convert

RGB 88 41 83 -
CMYK 0 0.53 0.06 0.65
HSL 306.38º 0.36% 0.25% -
HSV(B) 306.38º 0.53% 0.35% -
XYZ 6.38 4.29 8.67 -
YUV 59.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 88 41 83 0 0.53 0.06 0.65 306.38 0.36 0.25
Hex 58 29 53 0 35 6 41 132 24 19
Octal 130 51 123 0 65 6 101 462 44 31
Binary 1011000 101001 1010011 0 110101 110 1000001 100110010 100100 11001

Color Harmonies of #582953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582953

Black with #582953

Text Example


Text Example

White with #582953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582953; }

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

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

background-color css

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

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

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

border-color css

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

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

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