#651C60

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

Shades of Palatinate Purple #651C60

Tints of Palatinate Purple #651C60

Color information

#651C60 (or 0x651C60) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1C and 60. RGB value is (101,28,96). Sum of RGB (Red+Green+Blue) = 101+28+96=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #651C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C60 is #9AE39F. Grayscale: #393939. Windows color (decimal): -10150816 or 6298725. OLE color: 6298725.

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

Color convert

RGB1012896-
CMYK00.720.050.60
HSL304.11º56.59%25.29%-
HSV(B)304.11º72.28%39.61%-
XYZ7.894.4411.51-
YUV57.58149.68158.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=44.89%
G=12.44%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101289600.720.050.60304.1156.5925.29
Hex651C6004853C1303919
Octal1453414001105744607131
Binary11001011110011000000100100010111110010011000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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