Html Css Color HEX #653C60 Palatinate Purple

📋 copy color: '#653C60'

red 101 ◦ green 60 ◦ blue 96

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

Shades of Palatinate Purple #653C60

Tints of Palatinate Purple #653C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 39.3%
G = 23.35%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#653C60 (or 0x653C60) is known color: Palatinate Purple. HEX triplet: 65, 3C and 60. RGB value is (101,60,96). Sum of RGB (Red+Green+Blue) = 101+60+96=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #653C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C60 is #9AC39F. Grayscale: #4C4C4C. Windows color (decimal): -10142624 or 6306917. OLE color: 6306917.

HSL color Cylindrical-coordinate representation of color #653C60: hue angle of 307.32º 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 #653C60 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 60 96 -
CMYK 0 0.41 0.05 0.60
HSL 307.32º 0.25% 0.32% -
HSV(B) 307.32º 0.41% 0.4% -
XYZ 9.09 6.84 11.91 -
YUV 76.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 101 60 96 0 0.41 0.05 0.60 307.32 0.25 0.32
Hex 65 3C 60 0 29 5 3C 133 19 20
Octal 145 74 140 0 51 5 74 463 31 40
Binary 1100101 111100 1100000 0 101001 101 111100 100110011 11001 100000

Color Harmonies of #653C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C60

Black with #653C60

Text Example


Text Example

White with #653C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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