Html Css Color HEX #582754 Palatinate Purple

📋 copy color: '#582754'

red 88 ◦ green 39 ◦ blue 84

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

Shades of Palatinate Purple #582754

Tints of Palatinate Purple #582754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 41.71%
G = 18.48%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#582754 (or 0x582754) is known color: Palatinate Purple. HEX triplet: 58, 27 and 54. RGB value is (88,39,84). Sum of RGB (Red+Green+Blue) = 88+39+84=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582754 is #A7D8AB. Grayscale: #3A3A3A. Windows color (decimal): -10999980 or 5515096. OLE color: 5515096.

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

Color convert

RGB 88 39 84 -
CMYK 0 0.56 0.05 0.65
HSL 304.9º 0.39% 0.25% -
HSV(B) 304.9º 0.56% 0.35% -
XYZ 6.35 4.17 8.86 -
YUV 58.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 88 39 84 0 0.56 0.05 0.65 304.9 0.39 0.25
Hex 58 27 54 0 38 5 41 131 27 19
Octal 130 47 124 0 70 5 101 461 47 31
Binary 1011000 100111 1010100 0 111000 101 1000001 100110001 100111 11001

Color Harmonies of #582754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582754

Black with #582754

Text Example


Text Example

White with #582754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582754; }

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

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

background-color css

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

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

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

border-color css

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

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

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