Html Css Color HEX #571351 Palatinate Purple

📋 copy color: '#571351'

red 87 ◦ green 19 ◦ blue 81

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

Shades of Palatinate Purple #571351

Tints of Palatinate Purple #571351

RGB

 RED value IS 87 (34.38% from 255) = 46.52%

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

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

R = 46.52%
G = 10.16%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571351 (or 0x571351) is known color: Palatinate Purple. HEX triplet: 57, 13 and 51. RGB value is (87,19,81). Sum of RGB (Red+Green+Blue) = 87+19+81=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571351 is #A8ECAE. Grayscale: #2E2E2E. Windows color (decimal): -11070639 or 5313367. OLE color: 5313367.

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

Color convert

RGB 87 19 81 -
CMYK 0 0.78 0.07 0.66
HSL 305.29º 0.64% 0.21% -
HSV(B) 305.29º 0.78% 0.34% -
XYZ 5.65 3.09 8.08 -
YUV 46.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 87 19 81 0 0.78 0.07 0.66 305.29 0.64 0.21
Hex 57 13 51 0 4E 7 42 131 40 15
Octal 127 23 121 0 116 7 102 461 100 25
Binary 1010111 10011 1010001 0 1001110 111 1000010 100110001 1000000 10101

Color Harmonies of #571351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571351

Black with #571351

Text Example


Text Example

White with #571351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571351; }

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

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

background-color css

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

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

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

border-color css

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

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

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