#651C52

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

Shades of Palatinate Purple #651C52

Tints of Palatinate Purple #651C52

Color information

#651C52 (or 0x651C52) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1C and 52. RGB value is (101,28,82). Sum of RGB (Red+Green+Blue) = 101+28+82=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #651C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C52 is #9AE3AD. Grayscale: #373737. Windows color (decimal): -10150830 or 5381221. OLE color: 5381221.

HSL color Cylindrical-coordinate representation of color #651C52: hue angle of 315.62º 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 #651C52 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1012882-
CMYK00.720.190.60
HSL315.62º56.59%25.29%-
HSV(B)315.62º72.28%39.61%-
XYZ7.314.218.41-
YUV55.98142.68160.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=47.87%
G=13.27%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101288200.720.190.60315.6256.5925.29
Hex651C52048133C13c3919
Octal14534122011023744747131
Binary1100101111001010010010010001001111110010011110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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