Html Css Color HEX #653557 Palatinate Purple

📋 copy color: '#653557'

red 101 ◦ green 53 ◦ blue 87

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

Shades of Palatinate Purple #653557

Tints of Palatinate Purple #653557

RGB

 RED value IS 101 (39.84% from 255) = 41.91%

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 41.91%
G = 21.99%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#653557 (or 0x653557) is known color: Palatinate Purple. HEX triplet: 65, 35 and 57. RGB value is (101,53,87). Sum of RGB (Red+Green+Blue) = 101+53+87=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #653557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653557 is #9ACAA8. Grayscale: #474747. Windows color (decimal): -10144425 or 5715301. OLE color: 5715301.

HSL color Cylindrical-coordinate representation of color #653557: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653557 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 87 -
CMYK 0 0.48 0.14 0.60
HSL 317.5º 0.31% 0.3% -
HSV(B) 317.5º 0.48% 0.4% -
XYZ 8.36 6 9.73 -
YUV 71.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 101 53 87 0 0.48 0.14 0.60 317.5 0.31 0.3
Hex 65 35 57 0 30 E 3C 13E 1F 1E
Octal 145 65 127 0 60 16 74 476 37 36
Binary 1100101 110101 1010111 0 110000 1110 111100 100111110 11111 11110

Color Harmonies of #653557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653557

Black with #653557

Text Example


Text Example

White with #653557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653557; }

 p { color: rgb(101,53,87); }

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

background-color css

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

 a { background-color: rgb(101,53,87); }

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

border-color css

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

 span { border-color: rgb(101,53,87); }

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