Html Css Color HEX #582054 Palatinate Purple

📋 copy color: '#582054'

red 88 ◦ green 32 ◦ blue 84

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

Shades of Palatinate Purple #582054

Tints of Palatinate Purple #582054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 43.14%
G = 15.69%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#582054 (or 0x582054) is known color: Palatinate Purple. HEX triplet: 58, 20 and 54. RGB value is (88,32,84). Sum of RGB (Red+Green+Blue) = 88+32+84=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582054 is #A7DFAB. Grayscale: #363636. Windows color (decimal): -11001772 or 5513304. OLE color: 5513304.

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

Color convert

RGB 88 32 84 -
CMYK 0 0.64 0.05 0.65
HSL 304.29º 0.47% 0.24% -
HSV(B) 304.29º 0.64% 0.35% -
XYZ 6.14 3.75 8.79 -
YUV 54.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 88 32 84 0 0.64 0.05 0.65 304.29 0.47 0.24
Hex 58 20 54 0 40 5 41 130 2F 18
Octal 130 40 124 0 100 5 101 460 57 30
Binary 1011000 100000 1010100 0 1000000 101 1000001 100110000 101111 11000

Color Harmonies of #582054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582054

Black with #582054

Text Example


Text Example

White with #582054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582054; }

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

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

background-color css

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

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

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

border-color css

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

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

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