Html Css Color HEX #581351 Palatinate Purple

📋 copy color: '#581351'

red 88 ◦ green 19 ◦ blue 81

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

Shades of Palatinate Purple #581351

Tints of Palatinate Purple #581351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 46.81%
G = 10.11%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581351 (or 0x581351) is known color: Palatinate Purple. HEX triplet: 58, 13 and 51. RGB value is (88,19,81). Sum of RGB (Red+Green+Blue) = 88+19+81=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581351 is #A7ECAE. Grayscale: #2E2E2E. Windows color (decimal): -11005103 or 5313368. OLE color: 5313368.

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

Color convert

RGB 88 19 81 -
CMYK 0 0.78 0.08 0.65
HSL 306.09º 0.64% 0.21% -
HSV(B) 306.09º 0.78% 0.35% -
XYZ 5.74 3.13 8.09 -
YUV 46.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 88 19 81 0 0.78 0.08 0.65 306.09 0.64 0.21
Hex 58 13 51 0 4E 8 41 132 40 15
Octal 130 23 121 0 116 10 101 462 100 25
Binary 1011000 10011 1010001 0 1001110 1000 1000001 100110010 1000000 10101

Color Harmonies of #581351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581351

Black with #581351

Text Example


Text Example

White with #581351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581351; }

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

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

background-color css

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

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

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

border-color css

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

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

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