Html Css Color HEX #582352 Palatinate Purple

📋 copy color: '#582352'

red 88 ◦ green 35 ◦ blue 82

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

Shades of Palatinate Purple #582352

Tints of Palatinate Purple #582352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 42.93%
G = 17.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#582352 (or 0x582352) is known color: Palatinate Purple. HEX triplet: 58, 23 and 52. RGB value is (88,35,82). Sum of RGB (Red+Green+Blue) = 88+35+82=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582352 is #A7DCAD. Grayscale: #383838. Windows color (decimal): -11001006 or 5383000. OLE color: 5383000.

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

Color convert

RGB 88 35 82 -
CMYK 0 0.60 0.07 0.65
HSL 306.79º 0.43% 0.24% -
HSV(B) 306.79º 0.6% 0.35% -
XYZ 6.15 3.89 8.41 -
YUV 56.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 88 35 82 0 0.60 0.07 0.65 306.79 0.43 0.24
Hex 58 23 52 0 3C 7 41 133 2B 18
Octal 130 43 122 0 74 7 101 463 53 30
Binary 1011000 100011 1010010 0 111100 111 1000001 100110011 101011 11000

Color Harmonies of #582352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582352

Black with #582352

Text Example


Text Example

White with #582352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582352; }

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

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

background-color css

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

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

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

border-color css

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

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

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