Html Css Color HEX #653760 Palatinate Purple

📋 copy color: '#653760'

red 101 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #653760

Tints of Palatinate Purple #653760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 40.08%
G = 21.83%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#653760 (or 0x653760) is known color: Palatinate Purple. HEX triplet: 65, 37 and 60. RGB value is (101,55,96). Sum of RGB (Red+Green+Blue) = 101+55+96=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653760 is #9AC89F. Grayscale: #494949. Windows color (decimal): -10143904 or 6305637. OLE color: 6305637.

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

Color convert

RGB 101 55 96 -
CMYK 0 0.46 0.05 0.60
HSL 306.52º 0.29% 0.31% -
HSV(B) 306.52º 0.46% 0.4% -
XYZ 8.84 6.34 11.82 -
YUV 73.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 101 55 96 0 0.46 0.05 0.60 306.52 0.29 0.31
Hex 65 37 60 0 2E 5 3C 133 1D 1F
Octal 145 67 140 0 56 5 74 463 35 37
Binary 1100101 110111 1100000 0 101110 101 111100 100110011 11101 11111

Color Harmonies of #653760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653760

Black with #653760

Text Example


Text Example

White with #653760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653760; }

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

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

background-color css

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

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

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

border-color css

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

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

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