#6406BB

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

Shades of Purple Heart #6406BB

Tints of Purple Heart #6406BB

Color information

#6406BB (or 0x6406BB) is unknown color: approx Purple Heart. HEX triplet: 64, 06 and BB. RGB value is (100,6,187). Sum of RGB (Red+Green+Blue) = 100+6+187=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #6406BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406BB is #9BF944. Grayscale: #363636. Windows color (decimal): -10221893 or 12256868. OLE color: 12256868.

HSL color Cylindrical-coordinate representation of color #6406BB: hue angle of 271.16º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406BB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1006187-
CMYK0.470.9700.27
HSL271.16º93.78%37.84%-
HSV(B)271.16º96.79%73.33%-
XYZ14.296.4347.5-
YUV54.74202.64160.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 187 (73.44% from 255) = 63.82%
R=34.13%
G=2.05%
B=63.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10061870.470.9700.27271.1693.7837.84
Hex646BB2F6101B10f5e26
Octal14462735714103341713646
Binary11001001101011101110111111000010110111000011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6406BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6406BB; }

 p { color: rgb(100,6,187); }

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

<style>
 a { background-color: #6406BB; }

 a { background-color: rgb(100,6,187); }

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

<style>
 span { border-color: #6406BB; }

 span { border-color: rgb(100,6,187); }

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