Html Css Color HEX #653C5B Palatinate Purple

📋 copy color: '#653C5B'

red 101 ◦ green 60 ◦ blue 91

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

Shades of Palatinate Purple #653C5B

Tints of Palatinate Purple #653C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 40.08%
G = 23.81%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#653C5B (or 0x653C5B) is known color: Palatinate Purple. HEX triplet: 65, 3C and 5B. RGB value is (101,60,91). Sum of RGB (Red+Green+Blue) = 101+60+91=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C5B is #9AC3A4. Grayscale: #4B4B4B. Windows color (decimal): -10142629 or 5979237. OLE color: 5979237.

HSL color Cylindrical-coordinate representation of color #653C5B: hue angle of 314.63º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653C5B is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 60 91 -
CMYK 0 0.41 0.10 0.60
HSL 314.63º 0.25% 0.32% -
HSV(B) 314.63º 0.41% 0.4% -
XYZ 8.87 6.75 10.73 -
YUV 75.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 101 60 91 0 0.41 0.10 0.60 314.63 0.25 0.32
Hex 65 3C 5B 0 29 A 3C 13B 19 20
Octal 145 74 133 0 51 12 74 473 31 40
Binary 1100101 111100 1011011 0 101001 1010 111100 100111011 11001 100000

Color Harmonies of #653C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C5B

Black with #653C5B

Text Example


Text Example

White with #653C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653C5B; }

 p { color: rgb(101,60,91); }

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

background-color css

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

 a { background-color: rgb(101,60,91); }

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

border-color css

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

 span { border-color: rgb(101,60,91); }

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