Html Css Color HEX #581052 Palatinate Purple

📋 copy color: '#581052'

red 88 ◦ green 16 ◦ blue 82

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

Shades of Palatinate Purple #581052

Tints of Palatinate Purple #581052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 47.31%
G = 8.6%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581052 (or 0x581052) is known color: Palatinate Purple. HEX triplet: 58, 10 and 52. RGB value is (88,16,82). Sum of RGB (Red+Green+Blue) = 88+16+82=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581052 is #A7EFAD. Grayscale: #2C2C2C. Windows color (decimal): -11005870 or 5378136. OLE color: 5378136.

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

Color convert

RGB 88 16 82 -
CMYK 0 0.82 0.07 0.65
HSL 305º 0.69% 0.2% -
HSV(B) 305º 0.82% 0.35% -
XYZ 5.73 3.05 8.27 -
YUV 45.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 88 16 82 0 0.82 0.07 0.65 305 0.69 0.2
Hex 58 10 52 0 52 7 41 131 45 14
Octal 130 20 122 0 122 7 101 461 105 24
Binary 1011000 10000 1010010 0 1010010 111 1000001 100110001 1000101 10100

Color Harmonies of #581052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581052

Black with #581052

Text Example


Text Example

White with #581052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581052; }

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

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

background-color css

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

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

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

border-color css

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

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

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