Html Css Color HEX #653961 Palatinate Purple

📋 copy color: '#653961'

red 101 ◦ green 57 ◦ blue 97

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

Shades of Palatinate Purple #653961

Tints of Palatinate Purple #653961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 39.61%
G = 22.35%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#653961 (or 0x653961) is known color: Palatinate Purple. HEX triplet: 65, 39 and 61. RGB value is (101,57,97). Sum of RGB (Red+Green+Blue) = 101+57+97=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #653961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653961 is #9AC69E. Grayscale: #4A4A4A. Windows color (decimal): -10143391 or 6371685. OLE color: 6371685.

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

Color convert

RGB 101 57 97 -
CMYK 0 0.44 0.04 0.60
HSL 305.45º 0.28% 0.31% -
HSV(B) 305.45º 0.44% 0.4% -
XYZ 8.99 6.56 12.1 -
YUV 74.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 101 57 97 0 0.44 0.04 0.60 305.45 0.28 0.31
Hex 65 39 61 0 2C 4 3C 131 1C 1F
Octal 145 71 141 0 54 4 74 461 34 37
Binary 1100101 111001 1100001 0 101100 100 111100 100110001 11100 11111

Color Harmonies of #653961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653961

Black with #653961

Text Example


Text Example

White with #653961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653961; }

 p { color: rgb(101,57,97); }

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

background-color css

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

 a { background-color: rgb(101,57,97); }

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

border-color css

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

 span { border-color: rgb(101,57,97); }

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