Html Css Color HEX #653B5E Palatinate Purple

📋 copy color: '#653B5E'

red 101 ◦ green 59 ◦ blue 94

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

Shades of Palatinate Purple #653B5E

Tints of Palatinate Purple #653B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 39.76%
G = 23.23%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#653B5E (or 0x653B5E) is known color: Palatinate Purple. HEX triplet: 65, 3B and 5E. RGB value is (101,59,94). Sum of RGB (Red+Green+Blue) = 101+59+94=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B5E is #9AC4A1. Grayscale: #4B4B4B. Windows color (decimal): -10142882 or 6175589. OLE color: 6175589.

HSL color Cylindrical-coordinate representation of color #653B5E: hue angle of 310º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B5E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 59 94 -
CMYK 0 0.42 0.07 0.60
HSL 310º 0.26% 0.31% -
HSV(B) 310º 0.42% 0.4% -
XYZ 8.95 6.7 11.41 -
YUV 75.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 101 59 94 0 0.42 0.07 0.60 310 0.26 0.31
Hex 65 3B 5E 0 2A 7 3C 136 1A 1F
Octal 145 73 136 0 52 7 74 466 32 37
Binary 1100101 111011 1011110 0 101010 111 111100 100110110 11010 11111

Color Harmonies of #653B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B5E

Black with #653B5E

Text Example


Text Example

White with #653B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,94); }

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

background-color css

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

 a { background-color: rgb(101,59,94); }

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

border-color css

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

 span { border-color: rgb(101,59,94); }

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