#654361

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

Shades of Palatinate Purple #654361

Tints of Palatinate Purple #654361

Color information

#654361 (or 0x654361) is unknown color: approx Palatinate Purple. HEX triplet: 65, 43 and 61. RGB value is (101,67,97). Sum of RGB (Red+Green+Blue) = 101+67+97=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #654361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654361 is #9ABC9E. Grayscale: #505050. Windows color (decimal): -10140831 or 6374245. OLE color: 6374245.

HSL color Cylindrical-coordinate representation of color #654361: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654361 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1016797-
CMYK00.340.040.60
HSL307.06º20.24%32.94%-
HSV(B)307.06º33.66%39.61%-
XYZ9.537.6412.28-
YUV80.59137.26142.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=38.11%
G=25.28%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101679700.340.040.60307.0620.2432.94
Hex65436102243C1331421
Octal1451031410424744632441
Binary110010110000111100001010001010011110010011001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654361; }

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

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

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

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

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

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

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

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