#640BA8

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

Shades of Purple Heart #640BA8

Tints of Purple Heart #640BA8

Color information

#640BA8 (or 0x640BA8) is unknown color: approx Purple Heart. HEX triplet: 64, 0B and A8. RGB value is (100,11,168). Sum of RGB (Red+Green+Blue) = 100+11+168=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #640BA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BA8 is #9BF457. Grayscale: #363636. Windows color (decimal): -10220632 or 11012964. OLE color: 11012964.

HSL color Cylindrical-coordinate representation of color #640BA8: hue angle of 274.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640BA8 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10011168-
CMYK0.400.9300.34
HSL274.01º87.71%35.1%-
HSV(B)274.01º93.45%65.88%-
XYZ12.445.7837.5-
YUV55.51191.49159.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 168 (66.02% from 255) = 60.22%
R=35.84%
G=3.94%
B=60.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100111680.400.9300.34274.0187.7135.1
Hex64BA8285D0221125823
Octal144132505013504242213043
Binary1100100101110101000101000101110101000101000100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640BA8; }

 p { color: rgb(100,11,168); }

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

<style>
 a { background-color: #640BA8; }

 a { background-color: rgb(100,11,168); }

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

<style>
 span { border-color: #640BA8; }

 span { border-color: rgb(100,11,168); }

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