Html Css Color HEX #571651 Palatinate Purple

📋 copy color: '#571651'

red 87 ◦ green 22 ◦ blue 81

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

Shades of Palatinate Purple #571651

Tints of Palatinate Purple #571651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 45.79%
G = 11.58%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571651 (or 0x571651) is known color: Palatinate Purple. HEX triplet: 57, 16 and 51. RGB value is (87,22,81). Sum of RGB (Red+Green+Blue) = 87+22+81=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571651 is #A8E9AE. Grayscale: #2F2F2F. Windows color (decimal): -11069871 or 5314135. OLE color: 5314135.

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

Color convert

RGB 87 22 81 -
CMYK 0 0.75 0.07 0.66
HSL 305.54º 0.6% 0.21% -
HSV(B) 305.54º 0.75% 0.34% -
XYZ 5.7 3.19 8.1 -
YUV 48.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 87 22 81 0 0.75 0.07 0.66 305.54 0.6 0.21
Hex 57 16 51 0 4B 7 42 132 3C 15
Octal 127 26 121 0 113 7 102 462 74 25
Binary 1010111 10110 1010001 0 1001011 111 1000010 100110010 111100 10101

Color Harmonies of #571651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571651

Black with #571651

Text Example


Text Example

White with #571651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571651; }

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

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

background-color css

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

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

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

border-color css

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

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

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