#652C64

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

Shades of Palatinate Purple #652C64

Tints of Palatinate Purple #652C64

Color information

#652C64 (or 0x652C64) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2C and 64. RGB value is (101,44,100). Sum of RGB (Red+Green+Blue) = 101+44+100=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #652C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C64 is #9AD39B. Grayscale: #434343. Windows color (decimal): -10146716 or 6564965. OLE color: 6564965.

HSL color Cylindrical-coordinate representation of color #652C64: hue angle of 301.05º 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 #652C64 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10144100-
CMYK00.560.010.60
HSL301.05º39.31%28.43%-
HSV(B)301.05º56.44%39.61%-
XYZ8.575.4912.66-
YUV67.43146.38151.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=41.22%
G=17.96%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1014410000.560.010.60301.0539.3128.43
Hex652C6403813C12d271c
Octal145541440701744554734
Binary110010110110011001000111000111110010010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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