#641D52

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

Shades of Palatinate Purple #641D52

Tints of Palatinate Purple #641D52

Color information

#641D52 (or 0x641D52) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1D and 52. RGB value is (100,29,82). Sum of RGB (Red+Green+Blue) = 100+29+82=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #641D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D52 is #9BE2AD. Grayscale: #383838. Windows color (decimal): -10216110 or 5381476. OLE color: 5381476.

HSL color Cylindrical-coordinate representation of color #641D52: hue angle of 315.21º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D52 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1002982-
CMYK00.710.180.61
HSL315.21º55.04%25.29%-
HSV(B)315.21º71%39.22%-
XYZ7.224.28.41-
YUV56.27142.52159.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=47.39%
G=13.74%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100298200.710.180.61315.2155.0425.29
Hex641D52047123D13b3719
Octal14435122010722754736731
Binary1100100111011010010010001111001011110110011101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641D52; }

 p { color: rgb(100,29,82); }

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

<style>
 a { background-color: #641D52; }

 a { background-color: rgb(100,29,82); }

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

<style>
 span { border-color: #641D52; }

 span { border-color: rgb(100,29,82); }

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