Html Css Color HEX #571953 Palatinate Purple

📋 copy color: '#571953'

red 87 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #571953

Tints of Palatinate Purple #571953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 44.62%
G = 12.82%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571953 (or 0x571953) is known color: Palatinate Purple. HEX triplet: 57, 19 and 53. RGB value is (87,25,83). Sum of RGB (Red+Green+Blue) = 87+25+83=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571953 is #A8E6AC. Grayscale: #313131. Windows color (decimal): -11069101 or 5445975. OLE color: 5445975.

HSL color Cylindrical-coordinate representation of color #571953: hue angle of 303.87º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571953 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 83 -
CMYK 0 0.71 0.05 0.66
HSL 303.87º 0.55% 0.22% -
HSV(B) 303.87º 0.71% 0.34% -
XYZ 5.84 3.35 8.52 -
YUV 50.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 87 25 83 0 0.71 0.05 0.66 303.87 0.55 0.22
Hex 57 19 53 0 47 5 42 130 37 16
Octal 127 31 123 0 107 5 102 460 67 26
Binary 1010111 11001 1010011 0 1000111 101 1000010 100110000 110111 10110

Color Harmonies of #571953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571953

Black with #571953

Text Example


Text Example

White with #571953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571953; }

 p { color: rgb(87,25,83); }

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

background-color css

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

 a { background-color: rgb(87,25,83); }

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

border-color css

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

 span { border-color: rgb(87,25,83); }

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