#641352

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

Shades of Palatinate Purple #641352

Tints of Palatinate Purple #641352

Color information

#641352 (or 0x641352) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 52. RGB value is (100,19,82). Sum of RGB (Red+Green+Blue) = 100+19+82=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #641352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641352 is #9BECAD. Grayscale: #323232. Windows color (decimal): -10218670 or 5378916. OLE color: 5378916.

HSL color Cylindrical-coordinate representation of color #641352: hue angle of 313.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641352 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1001982-
CMYK00.810.180.61
HSL313.33º68.07%23.33%-
HSV(B)313.33º81%39.22%-
XYZ7.013.788.34-
YUV50.4145.84163.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=49.75%
G=9.45%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100198200.810.180.61313.3368.0723.33
Hex641352051123D1394417
Octal144231220121227547110427
Binary11001001001110100100101000110010111101100111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641352; }

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

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

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

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

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

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

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

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