#64017A

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

Shades of Purple #64017A

Tints of Purple #64017A

Color information

#64017A (or 0x64017A) is unknown color: approx Purple. HEX triplet: 64, 01 and 7A. RGB value is (100,1,122). Sum of RGB (Red+Green+Blue) = 100+1+122=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #64017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64017A is #9BFE85. Grayscale: #2C2C2C. Windows color (decimal): -10223238 or 7995748. OLE color: 7995748.

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

Color convert

RGB1001122-
CMYK0.180.9900.52
HSL289.09º98.37%24.12%-
HSV(B)289.09º99.18%47.84%-
XYZ8.784.1418.75-
YUV44.4171.8167.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=44.84%
G=0.45%
B=54.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10011220.180.9900.52289.0998.3724.12
Hex6417A12630341216218
Octal14411722214306444114230
Binary1100100111110101001011000110110100100100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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