Html Css Color HEX #582452 Palatinate Purple

📋 copy color: '#582452'

red 88 ◦ green 36 ◦ blue 82

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

Shades of Palatinate Purple #582452

Tints of Palatinate Purple #582452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 42.72%
G = 17.48%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#582452 (or 0x582452) is known color: Palatinate Purple. HEX triplet: 58, 24 and 52. RGB value is (88,36,82). Sum of RGB (Red+Green+Blue) = 88+36+82=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582452 is #A7DBAD. Grayscale: #383838. Windows color (decimal): -11000750 or 5383256. OLE color: 5383256.

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

Color convert

RGB 88 36 82 -
CMYK 0 0.59 0.07 0.65
HSL 306.92º 0.42% 0.24% -
HSV(B) 306.92º 0.59% 0.35% -
XYZ 6.18 3.95 8.42 -
YUV 56.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 88 36 82 0 0.59 0.07 0.65 306.92 0.42 0.24
Hex 58 24 52 0 3B 7 41 133 2A 18
Octal 130 44 122 0 73 7 101 463 52 30
Binary 1011000 100100 1010010 0 111011 111 1000001 100110011 101010 11000

Color Harmonies of #582452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582452

Black with #582452

Text Example


Text Example

White with #582452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582452; }

 p { color: rgb(88,36,82); }

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

background-color css

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

 a { background-color: rgb(88,36,82); }

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

border-color css

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

 span { border-color: rgb(88,36,82); }

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