Html Css Color HEX #653155 Palatinate Purple

📋 copy color: '#653155'

red 101 ◦ green 49 ◦ blue 85

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

Shades of Palatinate Purple #653155

Tints of Palatinate Purple #653155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 42.98%
G = 20.85%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#653155 (or 0x653155) is known color: Palatinate Purple. HEX triplet: 65, 31 and 55. RGB value is (101,49,85). Sum of RGB (Red+Green+Blue) = 101+49+85=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #653155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653155 is #9ACEAA. Grayscale: #444444. Windows color (decimal): -10145451 or 5583205. OLE color: 5583205.

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

Color convert

RGB 101 49 85 -
CMYK 0 0.51 0.16 0.60
HSL 318.46º 0.35% 0.29% -
HSV(B) 318.46º 0.51% 0.4% -
XYZ 8.1 5.62 9.25 -
YUV 68.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 101 49 85 0 0.51 0.16 0.60 318.46 0.35 0.29
Hex 65 31 55 0 33 10 3C 13E 23 1D
Octal 145 61 125 0 63 20 74 476 43 35
Binary 1100101 110001 1010101 0 110011 10000 111100 100111110 100011 11101

Color Harmonies of #653155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653155

Black with #653155

Text Example


Text Example

White with #653155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653155; }

 p { color: rgb(101,49,85); }

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

background-color css

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

 a { background-color: rgb(101,49,85); }

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

border-color css

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

 span { border-color: rgb(101,49,85); }

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