#640FB6

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

Shades of Purple Heart #640FB6

Tints of Purple Heart #640FB6

Color information

#640FB6 (or 0x640FB6) is unknown color: approx Purple Heart. HEX triplet: 64, 0F and B6. RGB value is (100,15,182). Sum of RGB (Red+Green+Blue) = 100+15+182=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #640FB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FB6 is #9BF049. Grayscale: #3A3A3A. Windows color (decimal): -10219594 or 11931492. OLE color: 11931492.

HSL color Cylindrical-coordinate representation of color #640FB6: hue angle of 270.54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FB6 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10015182-
CMYK0.450.9200.29
HSL270.54º84.77%38.63%-
HSV(B)270.54º91.76%71.37%-
XYZ13.876.4344.77-
YUV59.45197.16156.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=33.67%
G=5.05%
B=61.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100151820.450.9200.29270.5484.7738.63
Hex64FB62D5C01D10f5527
Octal144172665513403541712547
Binary110010011111011011010110110111000111011000011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,15,182); }

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

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

 a { background-color: rgb(100,15,182); }

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

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

 span { border-color: rgb(100,15,182); }

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