Html Css Color HEX #571450 Palatinate Purple

📋 copy color: '#571450'

red 87 ◦ green 20 ◦ blue 80

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

Shades of Palatinate Purple #571450

Tints of Palatinate Purple #571450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 46.52%
G = 10.7%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571450 (or 0x571450) is known color: Palatinate Purple. HEX triplet: 57, 14 and 50. RGB value is (87,20,80). Sum of RGB (Red+Green+Blue) = 87+20+80=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571450 is #A8EBAF. Grayscale: #2E2E2E. Windows color (decimal): -11070384 or 5248087. OLE color: 5248087.

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

Color convert

RGB 87 20 80 -
CMYK 0 0.77 0.08 0.66
HSL 306.27º 0.63% 0.21% -
HSV(B) 306.27º 0.77% 0.34% -
XYZ 5.63 3.11 7.89 -
YUV 46.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 87 20 80 0 0.77 0.08 0.66 306.27 0.63 0.21
Hex 57 14 50 0 4D 8 42 132 3F 15
Octal 127 24 120 0 115 10 102 462 77 25
Binary 1010111 10100 1010000 0 1001101 1000 1000010 100110010 111111 10101

Color Harmonies of #571450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571450

Black with #571450

Text Example


Text Example

White with #571450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571450; }

 p { color: rgb(87,20,80); }

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

background-color css

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

 a { background-color: rgb(87,20,80); }

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

border-color css

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

 span { border-color: rgb(87,20,80); }

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