#64145A

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

Shades of Palatinate Purple #64145A

Tints of Palatinate Purple #64145A

Color information

#64145A (or 0x64145A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 14 and 5A. RGB value is (100,20,90). Sum of RGB (Red+Green+Blue) = 100+20+90=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64145A is #9BEBA5. Grayscale: #333333. Windows color (decimal): -10218406 or 5903460. OLE color: 5903460.

HSL color Cylindrical-coordinate representation of color #64145A: hue angle of 307.5º 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 #64145A is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1002090-
CMYK00.80.100.61
HSL307.5º66.67%23.53%-
HSV(B)307.5º80%39.22%-
XYZ7.353.9510.05-
YUV51.9149.5162.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=47.62%
G=9.52%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100209000.80.100.61307.566.6723.53
Hex64145A050A3D1344318
Octal144241320120127546410330
Binary1100100101001011010010100001010111101100110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64145A; }

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

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

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

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

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

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

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

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