Html Css Color HEX #571354 Palatinate Purple

📋 copy color: '#571354'

red 87 ◦ green 19 ◦ blue 84

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

Shades of Palatinate Purple #571354

Tints of Palatinate Purple #571354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 45.79%
G = 10%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#571354 (or 0x571354) is known color: Palatinate Purple. HEX triplet: 57, 13 and 54. RGB value is (87,19,84). Sum of RGB (Red+Green+Blue) = 87+19+84=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571354 is #A8ECAB. Grayscale: #2E2E2E. Windows color (decimal): -11070636 or 5509975. OLE color: 5509975.

HSL color Cylindrical-coordinate representation of color #571354: hue angle of 302.65º 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 #571354 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 84 -
CMYK 0 0.78 0.03 0.66
HSL 302.65º 0.64% 0.21% -
HSV(B) 302.65º 0.78% 0.34% -
XYZ 5.76 3.13 8.69 -
YUV 46.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 87 19 84 0 0.78 0.03 0.66 302.65 0.64 0.21
Hex 57 13 54 0 4E 3 42 12F 40 15
Octal 127 23 124 0 116 3 102 457 100 25
Binary 1010111 10011 1010100 0 1001110 11 1000010 100101111 1000000 10101

Color Harmonies of #571354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571354

Black with #571354

Text Example


Text Example

White with #571354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571354; }

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

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

background-color css

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

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

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

border-color css

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

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

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