Html Css Color HEX #653A5B Palatinate Purple

📋 copy color: '#653A5B'

red 101 ◦ green 58 ◦ blue 91

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

Shades of Palatinate Purple #653A5B

Tints of Palatinate Purple #653A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 40.4%
G = 23.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#653A5B (or 0x653A5B) is known color: Palatinate Purple. HEX triplet: 65, 3A and 5B. RGB value is (101,58,91). Sum of RGB (Red+Green+Blue) = 101+58+91=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #653A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A5B is #9AC5A4. Grayscale: #4A4A4A. Windows color (decimal): -10143141 or 5978725. OLE color: 5978725.

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

Color convert

RGB 101 58 91 -
CMYK 0 0.43 0.10 0.60
HSL 313.95º 0.27% 0.31% -
HSV(B) 313.95º 0.43% 0.4% -
XYZ 8.77 6.55 10.7 -
YUV 74.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 101 58 91 0 0.43 0.10 0.60 313.95 0.27 0.31
Hex 65 3A 5B 0 2B A 3C 13A 1B 1F
Octal 145 72 133 0 53 12 74 472 33 37
Binary 1100101 111010 1011011 0 101011 1010 111100 100111010 11011 11111

Color Harmonies of #653A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A5B

Black with #653A5B

Text Example


Text Example

White with #653A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,58,91); }

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

background-color css

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

 a { background-color: rgb(101,58,91); }

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

border-color css

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

 span { border-color: rgb(101,58,91); }

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