Html Css Color HEX #653762 Palatinate Purple

📋 copy color: '#653762'

red 101 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #653762

Tints of Palatinate Purple #653762

RGB

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

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

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

R = 39.76%
G = 21.65%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#653762 (or 0x653762) is known color: Palatinate Purple. HEX triplet: 65, 37 and 62. RGB value is (101,55,98). Sum of RGB (Red+Green+Blue) = 101+55+98=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653762 is #9AC89D. Grayscale: #494949. Windows color (decimal): -10143902 or 6436709. OLE color: 6436709.

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

Color convert

RGB 101 55 98 -
CMYK 0 0.46 0.03 0.60
HSL 303.91º 0.29% 0.31% -
HSV(B) 303.91º 0.46% 0.4% -
XYZ 8.94 6.38 12.32 -
YUV 73.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 101 55 98 0 0.46 0.03 0.60 303.91 0.29 0.31
Hex 65 37 62 0 2E 3 3C 130 1D 1F
Octal 145 67 142 0 56 3 74 460 35 37
Binary 1100101 110111 1100010 0 101110 11 111100 100110000 11101 11111

Color Harmonies of #653762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653762

Black with #653762

Text Example


Text Example

White with #653762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653762; }

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

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

background-color css

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

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

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

border-color css

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

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

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