Html Css Color HEX #581553 Palatinate Purple

📋 copy color: '#581553'

red 88 ◦ green 21 ◦ blue 83

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

Shades of Palatinate Purple #581553

Tints of Palatinate Purple #581553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 45.83%
G = 10.94%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#581553 (or 0x581553) is known color: Palatinate Purple. HEX triplet: 58, 15 and 53. RGB value is (88,21,83). Sum of RGB (Red+Green+Blue) = 88+21+83=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581553 is #A7EAAC. Grayscale: #2F2F2F. Windows color (decimal): -11004589 or 5444952. OLE color: 5444952.

HSL color Cylindrical-coordinate representation of color #581553: hue angle of 304.48º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581553 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 83 -
CMYK 0 0.76 0.06 0.65
HSL 304.48º 0.61% 0.21% -
HSV(B) 304.48º 0.76% 0.35% -
XYZ 5.85 3.24 8.5 -
YUV 48.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 88 21 83 0 0.76 0.06 0.65 304.48 0.61 0.21
Hex 58 15 53 0 4C 6 41 130 3D 15
Octal 130 25 123 0 114 6 101 460 75 25
Binary 1011000 10101 1010011 0 1001100 110 1000001 100110000 111101 10101

Color Harmonies of #581553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581553

Black with #581553

Text Example


Text Example

White with #581553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581553; }

 p { color: rgb(88,21,83); }

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

background-color css

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

 a { background-color: rgb(88,21,83); }

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

border-color css

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

 span { border-color: rgb(88,21,83); }

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