Html Css Color HEX #653A5A Palatinate Purple

📋 copy color: '#653A5A'

red 101 ◦ green 58 ◦ blue 90

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

Shades of Palatinate Purple #653A5A

Tints of Palatinate Purple #653A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 40.56%
G = 23.29%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#653A5A (or 0x653A5A) is known color: Palatinate Purple. HEX triplet: 65, 3A and 5A. RGB value is (101,58,90). Sum of RGB (Red+Green+Blue) = 101+58+90=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #653A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A5A is #9AC5A5. Grayscale: #4A4A4A. Windows color (decimal): -10143142 or 5913189. OLE color: 5913189.

HSL color Cylindrical-coordinate representation of color #653A5A: hue angle of 315.35º 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 #653A5A is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 58 90 -
CMYK 0 0.43 0.11 0.60
HSL 315.35º 0.27% 0.31% -
HSV(B) 315.35º 0.43% 0.4% -
XYZ 8.73 6.53 10.47 -
YUV 74.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 101 58 90 0 0.43 0.11 0.60 315.35 0.27 0.31
Hex 65 3A 5A 0 2B B 3C 13B 1B 1F
Octal 145 72 132 0 53 13 74 473 33 37
Binary 1100101 111010 1011010 0 101011 1011 111100 100111011 11011 11111

Color Harmonies of #653A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A5A

Black with #653A5A

Text Example


Text Example

White with #653A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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