#641451

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

Shades of Palatinate Purple #641451

Tints of Palatinate Purple #641451

Color information

#641451 (or 0x641451) is unknown color: approx Palatinate Purple. HEX triplet: 64, 14 and 51. RGB value is (100,20,81). Sum of RGB (Red+Green+Blue) = 100+20+81=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #641451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641451 is #9BEBAE. Grayscale: #323232. Windows color (decimal): -10218415 or 5313636. OLE color: 5313636.

HSL color Cylindrical-coordinate representation of color #641451: hue angle of 314.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641451 is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB1002081-
CMYK00.80.190.61
HSL314.25º66.67%23.53%-
HSV(B)314.25º80%39.22%-
XYZ6.993.88.15-
YUV50.87145163.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=49.75%
G=9.95%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100208100.80.190.61314.2566.6723.53
Hex641451050133D13a4318
Octal144241210120237547210330
Binary11001001010010100010101000010011111101100111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641451; }

 p { color: rgb(100,20,81); }

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

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

 a { background-color: rgb(100,20,81); }

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

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

 span { border-color: rgb(100,20,81); }

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