Html Css Color HEX #653D5A Palatinate Purple

📋 copy color: '#653D5A'

red 101 ◦ green 61 ◦ blue 90

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

Shades of Palatinate Purple #653D5A

Tints of Palatinate Purple #653D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 40.08%
G = 24.21%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#653D5A (or 0x653D5A) is known color: Palatinate Purple. HEX triplet: 65, 3D and 5A. RGB value is (101,61,90). Sum of RGB (Red+Green+Blue) = 101+61+90=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D5A is #9AC2A5. Grayscale: #4C4C4C. Windows color (decimal): -10142374 or 5913957. OLE color: 5913957.

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

Color convert

RGB 101 61 90 -
CMYK 0 0.40 0.11 0.60
HSL 316.5º 0.25% 0.32% -
HSV(B) 316.5º 0.4% 0.4% -
XYZ 8.88 6.84 10.53 -
YUV 76.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 101 61 90 0 0.40 0.11 0.60 316.5 0.25 0.32
Hex 65 3D 5A 0 28 B 3C 13C 19 20
Octal 145 75 132 0 50 13 74 474 31 40
Binary 1100101 111101 1011010 0 101000 1011 111100 100111100 11001 100000

Color Harmonies of #653D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D5A

Black with #653D5A

Text Example


Text Example

White with #653D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,90); }

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

background-color css

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

 a { background-color: rgb(101,61,90); }

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

border-color css

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

 span { border-color: rgb(101,61,90); }

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