Html Css Color HEX #653962 Palatinate Purple

📋 copy color: '#653962'

red 101 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #653962

Tints of Palatinate Purple #653962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 39.45%
G = 22.27%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#653962 (or 0x653962) is known color: Palatinate Purple. HEX triplet: 65, 39 and 62. RGB value is (101,57,98). Sum of RGB (Red+Green+Blue) = 101+57+98=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #653962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653962 is #9AC69D. Grayscale: #4A4A4A. Windows color (decimal): -10143390 or 6437221. OLE color: 6437221.

HSL color Cylindrical-coordinate representation of color #653962: hue angle of 304.09º 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 #653962 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 98 -
CMYK 0 0.44 0.03 0.60
HSL 304.09º 0.28% 0.31% -
HSV(B) 304.09º 0.44% 0.4% -
XYZ 9.03 6.57 12.35 -
YUV 74.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 101 57 98 0 0.44 0.03 0.60 304.09 0.28 0.31
Hex 65 39 62 0 2C 3 3C 130 1C 1F
Octal 145 71 142 0 54 3 74 460 34 37
Binary 1100101 111001 1100010 0 101100 11 111100 100110000 11100 11111

Color Harmonies of #653962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653962

Black with #653962

Text Example


Text Example

White with #653962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653962; }

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

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

background-color css

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

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

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

border-color css

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

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

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