#652C60

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

Shades of Palatinate Purple #652C60

Tints of Palatinate Purple #652C60

Color information

#652C60 (or 0x652C60) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2C and 60. RGB value is (101,44,96). Sum of RGB (Red+Green+Blue) = 101+44+96=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #652C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C60 is #9AD39F. Grayscale: #424242. Windows color (decimal): -10146720 or 6302821. OLE color: 6302821.

HSL color Cylindrical-coordinate representation of color #652C60: hue angle of 305.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C60 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1014496-
CMYK00.560.050.60
HSL305.26º39.31%28.43%-
HSV(B)305.26º56.44%39.61%-
XYZ8.385.4111.67-
YUV66.97144.38152.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=41.91%
G=18.26%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101449600.560.050.60305.2639.3128.43
Hex652C6003853C131271c
Octal145541400705744614734
Binary11001011011001100000011100010111110010011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C60; }

 p { color: rgb(101,44,96); }

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

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

 a { background-color: rgb(101,44,96); }

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

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

 span { border-color: rgb(101,44,96); }

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