#653761

Color #653761 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #653761

Tints of Palatinate Purple #653761

Color information

#653761 (or 0x653761) is unknown color: approx Palatinate Purple. HEX triplet: 65, 37 and 61. RGB value is (101,55,97). Sum of RGB (Red+Green+Blue) = 101+55+97=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #653761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653761 is #9AC89E. Grayscale: #494949. Windows color (decimal): -10143903 or 6371173. OLE color: 6371173.

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

Color convert

RGB1015597-
CMYK00.460.040.60
HSL305.22º29.49%30.59%-
HSV(B)305.22º45.54%39.61%-
XYZ8.896.3612.07-
YUV73.54141.24147.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=39.92%
G=21.74%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101559700.460.040.60305.2229.4930.59
Hex65376102E43C1311d1f
Octal145671410564744613537
Binary1100101110111110000101011101001111001001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653761; }

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

 H1.HeaderClassName
 {
   color: #653761;
 }
 .AnyTagClassName
 {
   color: #653761;
 }
</style>
background-color css

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

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

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

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

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

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