Html Css Color HEX #581451 Palatinate Purple

📋 copy color: '#581451'

red 88 ◦ green 20 ◦ blue 81

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

Shades of Palatinate Purple #581451

Tints of Palatinate Purple #581451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 46.56%
G = 10.58%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581451 (or 0x581451) is known color: Palatinate Purple. HEX triplet: 58, 14 and 51. RGB value is (88,20,81). Sum of RGB (Red+Green+Blue) = 88+20+81=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581451 is #A7EBAE. Grayscale: #2F2F2F. Windows color (decimal): -11004847 or 5313624. OLE color: 5313624.

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

Color convert

RGB 88 20 81 -
CMYK 0 0.77 0.08 0.65
HSL 306.18º 0.63% 0.21% -
HSV(B) 306.18º 0.77% 0.35% -
XYZ 5.76 3.17 8.09 -
YUV 47.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 88 20 81 0 0.77 0.08 0.65 306.18 0.63 0.21
Hex 58 14 51 0 4D 8 41 132 3F 15
Octal 130 24 121 0 115 10 101 462 77 25
Binary 1011000 10100 1010001 0 1001101 1000 1000001 100110010 111111 10101

Color Harmonies of #581451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581451

Black with #581451

Text Example


Text Example

White with #581451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581451; }

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

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

background-color css

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

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

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

border-color css

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

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

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