Html Css Color HEX #582053 Palatinate Purple

📋 copy color: '#582053'

red 88 ◦ green 32 ◦ blue 83

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

Shades of Palatinate Purple #582053

Tints of Palatinate Purple #582053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 43.35%
G = 15.76%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#582053 (or 0x582053) is known color: Palatinate Purple. HEX triplet: 58, 20 and 53. RGB value is (88,32,83). Sum of RGB (Red+Green+Blue) = 88+32+83=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582053 is #A7DFAC. Grayscale: #363636. Windows color (decimal): -11001773 or 5447768. OLE color: 5447768.

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

Color convert

RGB 88 32 83 -
CMYK 0 0.64 0.06 0.65
HSL 305.36º 0.47% 0.24% -
HSV(B) 305.36º 0.64% 0.35% -
XYZ 6.1 3.73 8.58 -
YUV 54.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 88 32 83 0 0.64 0.06 0.65 305.36 0.47 0.24
Hex 58 20 53 0 40 6 41 131 2F 18
Octal 130 40 123 0 100 6 101 461 57 30
Binary 1011000 100000 1010011 0 1000000 110 1000001 100110001 101111 11000

Color Harmonies of #582053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582053

Black with #582053

Text Example


Text Example

White with #582053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582053; }

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

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

background-color css

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

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

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

border-color css

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

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

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