Html Css Color HEX #571053 Palatinate Purple

📋 copy color: '#571053'

red 87 ◦ green 16 ◦ blue 83

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

Shades of Palatinate Purple #571053

Tints of Palatinate Purple #571053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 46.77%
G = 8.6%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571053 (or 0x571053) is known color: Palatinate Purple. HEX triplet: 57, 10 and 53. RGB value is (87,16,83). Sum of RGB (Red+Green+Blue) = 87+16+83=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571053 is #A8EFAC. Grayscale: #2C2C2C. Windows color (decimal): -11071405 or 5443671. OLE color: 5443671.

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

Color convert

RGB 87 16 83 -
CMYK 0 0.82 0.05 0.66
HSL 303.38º 0.69% 0.2% -
HSV(B) 303.38º 0.82% 0.34% -
XYZ 5.68 3.02 8.47 -
YUV 44.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 87 16 83 0 0.82 0.05 0.66 303.38 0.69 0.2
Hex 57 10 53 0 52 5 42 12F 45 14
Octal 127 20 123 0 122 5 102 457 105 24
Binary 1010111 10000 1010011 0 1010010 101 1000010 100101111 1000101 10100

Color Harmonies of #571053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571053

Black with #571053

Text Example


Text Example

White with #571053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571053; }

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

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

background-color css

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

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

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

border-color css

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

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

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