Html Css Color HEX #571F54 Palatinate Purple

📋 copy color: '#571F54'

red 87 ◦ green 31 ◦ blue 84

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

Shades of Palatinate Purple #571F54

Tints of Palatinate Purple #571F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.35%

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

R = 43.07%
G = 15.35%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#571F54 (or 0x571F54) is known color: Palatinate Purple. HEX triplet: 57, 1F and 54. RGB value is (87,31,84). Sum of RGB (Red+Green+Blue) = 87+31+84=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #571F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F54 is #A8E0AB. Grayscale: #353535. Windows color (decimal): -11067564 or 5513047. OLE color: 5513047.

HSL color Cylindrical-coordinate representation of color #571F54: hue angle of 303.21º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F54 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 31 84 -
CMYK 0 0.64 0.03 0.66
HSL 303.21º 0.47% 0.23% -
HSV(B) 303.21º 0.64% 0.34% -
XYZ 6.02 3.65 8.77 -
YUV 53.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 87 31 84 0 0.64 0.03 0.66 303.21 0.47 0.23
Hex 57 1F 54 0 40 3 42 12F 2F 17
Octal 127 37 124 0 100 3 102 457 57 27
Binary 1010111 11111 1010100 0 1000000 11 1000010 100101111 101111 10111

Color Harmonies of #571F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F54

Black with #571F54

Text Example


Text Example

White with #571F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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