Html Css Color HEX #581051 Palatinate Purple

📋 copy color: '#581051'

red 88 ◦ green 16 ◦ blue 81

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

Shades of Palatinate Purple #581051

Tints of Palatinate Purple #581051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 47.57%
G = 8.65%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581051 (or 0x581051) is known color: Palatinate Purple. HEX triplet: 58, 10 and 51. RGB value is (88,16,81). Sum of RGB (Red+Green+Blue) = 88+16+81=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #581051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581051 is #A7EFAE. Grayscale: #2C2C2C. Windows color (decimal): -11005871 or 5312600. OLE color: 5312600.

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

Color convert

RGB 88 16 81 -
CMYK 0 0.82 0.08 0.65
HSL 305.83º 0.69% 0.2% -
HSV(B) 305.83º 0.82% 0.35% -
XYZ 5.69 3.04 8.07 -
YUV 44.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 88 16 81 0 0.82 0.08 0.65 305.83 0.69 0.2
Hex 58 10 51 0 52 8 41 132 45 14
Octal 130 20 121 0 122 10 101 462 105 24
Binary 1011000 10000 1010001 0 1010010 1000 1000001 100110010 1000101 10100

Color Harmonies of #581051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581051

Black with #581051

Text Example


Text Example

White with #581051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581051; }

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

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

background-color css

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

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

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

border-color css

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

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

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