#64047A

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

Shades of Purple #64047A

Tints of Purple #64047A

Color information

#64047A (or 0x64047A) is unknown color: approx Purple. HEX triplet: 64, 04 and 7A. RGB value is (100,4,122). Sum of RGB (Red+Green+Blue) = 100+4+122=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #64047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64047A is #9BFB85. Grayscale: #2D2D2D. Windows color (decimal): -10222470 or 7996516. OLE color: 7996516.

HSL color Cylindrical-coordinate representation of color #64047A: hue angle of 288.81º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64047A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1004122-
CMYK0.180.9700.52
HSL288.81º93.65%24.71%-
HSV(B)288.81º96.72%47.84%-
XYZ8.814.218.76-
YUV46.16170.8166.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=44.25%
G=1.77%
B=53.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10041220.180.9700.52288.8193.6524.71
Hex6447A12610341215e19
Octal14441722214106444113631
Binary110010010011110101001011000010110100100100001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,4,122); }

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

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

 a { background-color: rgb(100,4,122); }

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

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

 span { border-color: rgb(100,4,122); }

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