#64057A

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

Shades of Purple #64057A

Tints of Purple #64057A

Color information

#64057A (or 0x64057A) is unknown color: approx Purple. HEX triplet: 64, 05 and 7A. RGB value is (100,5,122). Sum of RGB (Red+Green+Blue) = 100+5+122=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #64057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057A is #9BFA85. Grayscale: #2E2E2E. Windows color (decimal): -10222214 or 7996772. OLE color: 7996772.

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

Color convert

RGB1005122-
CMYK0.180.9600.52
HSL288.72º92.13%24.9%-
HSV(B)288.72º95.9%47.84%-
XYZ8.824.2218.76-
YUV46.74170.47165.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=44.05%
G=2.20%
B=53.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10051220.180.9600.52288.7292.1324.9
Hex6457A12600341215c19
Octal14451722214006444113431
Binary110010010111110101001011000000110100100100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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