#640AD6

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

Shades of Purple Heart #640AD6

Tints of Purple Heart #640AD6

Color information

#640AD6 (or 0x640AD6) is unknown color: approx Purple Heart. HEX triplet: 64, 0A and D6. RGB value is (100,10,214). Sum of RGB (Red+Green+Blue) = 100+10+214=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #640AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640AD6 is #9BF529. Grayscale: #3B3B3B. Windows color (decimal): -10220842 or 14027364. OLE color: 14027364.

HSL color Cylindrical-coordinate representation of color #640AD6: hue angle of 266.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640AD6 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10010214-
CMYK0.530.9500.16
HSL266.47º91.07%43.92%-
HSV(B)266.47º95.33%83.92%-
XYZ17.57.7864.2-
YUV60.17214.82156.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 214 (83.98% from 255) = 66.05%
R=30.86%
G=3.09%
B=66.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100102140.530.9500.16266.4791.0743.92
Hex64AD6355F01010a5b2c
Octal144123266513702041213354
Binary110010010101101011011010110111110100001000010101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,10,214); }

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

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

 a { background-color: rgb(100,10,214); }

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

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

 span { border-color: rgb(100,10,214); }

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