#652D60

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

Shades of Palatinate Purple #652D60

Tints of Palatinate Purple #652D60

Color information

#652D60 (or 0x652D60) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2D and 60. RGB value is (101,45,96). Sum of RGB (Red+Green+Blue) = 101+45+96=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #652D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D60 is #9AD29F. Grayscale: #434343. Windows color (decimal): -10146464 or 6303077. OLE color: 6303077.

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

Color convert

RGB1014596-
CMYK00.550.050.60
HSL305.36º38.36%28.63%-
HSV(B)305.36º55.45%39.61%-
XYZ8.425.4911.68-
YUV67.56144.05151.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=41.74%
G=18.60%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101459600.550.050.60305.3638.3628.63
Hex652D6003753C131261d
Octal145551400675744614635
Binary11001011011011100000011011110111110010011000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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