#64096F

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

Shades of Purple #64096F

Tints of Purple #64096F

Color information

#64096F (or 0x64096F) is unknown color: approx Purple. HEX triplet: 64, 09 and 6F. RGB value is (100,9,111). Sum of RGB (Red+Green+Blue) = 100+9+111=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #64096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64096F is #9BF690. Grayscale: #2F2F2F. Windows color (decimal): -10221201 or 7276900. OLE color: 7276900.

HSL color Cylindrical-coordinate representation of color #64096F: hue angle of 293.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64096F is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1009111-
CMYK0.100.9200.56
HSL293.53º85%23.53%-
HSV(B)293.53º91.89%43.53%-
XYZ8.224.0515.39-
YUV47.84163.65165.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=45.45%
G=4.09%
B=50.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10091110.100.9200.56293.538523.53
Hex6496FA5C0381265518
Octal144111571213407044612530
Binary110010010011101111101010111000111000100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64096F; }

 p { color: rgb(100,9,111); }

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

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

 a { background-color: rgb(100,9,111); }

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

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

 span { border-color: rgb(100,9,111); }

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