Html Css Color HEX #582355 Palatinate Purple

📋 copy color: '#582355'

red 88 ◦ green 35 ◦ blue 85

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

Shades of Palatinate Purple #582355

Tints of Palatinate Purple #582355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 42.31%
G = 16.83%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#582355 (or 0x582355) is known color: Palatinate Purple. HEX triplet: 58, 23 and 55. RGB value is (88,35,85). Sum of RGB (Red+Green+Blue) = 88+35+85=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582355 is #A7DCAA. Grayscale: #383838. Windows color (decimal): -11001003 or 5579608. OLE color: 5579608.

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

Color convert

RGB 88 35 85 -
CMYK 0 0.60 0.03 0.65
HSL 303.4º 0.43% 0.24% -
HSV(B) 303.4º 0.6% 0.35% -
XYZ 6.27 3.93 9.02 -
YUV 56.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 88 35 85 0 0.60 0.03 0.65 303.4 0.43 0.24
Hex 58 23 55 0 3C 3 41 12F 2B 18
Octal 130 43 125 0 74 3 101 457 53 30
Binary 1011000 100011 1010101 0 111100 11 1000001 100101111 101011 11000

Color Harmonies of #582355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582355

Black with #582355

Text Example


Text Example

White with #582355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582355; }

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

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

background-color css

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

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

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

border-color css

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

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

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