#6406BA

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

Shades of Purple Heart #6406BA

Tints of Purple Heart #6406BA

Color information

#6406BA (or 0x6406BA) is unknown color: approx Purple Heart. HEX triplet: 64, 06 and BA. RGB value is (100,6,186). Sum of RGB (Red+Green+Blue) = 100+6+186=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6406BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406BA is #9BF945. Grayscale: #363636. Windows color (decimal): -10221894 or 12191332. OLE color: 12191332.

HSL color Cylindrical-coordinate representation of color #6406BA: hue angle of 271.33º 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 #6406BA is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1006186-
CMYK0.460.9700.27
HSL271.33º93.75%37.65%-
HSV(B)271.33º96.77%72.94%-
XYZ14.186.3846.94-
YUV54.63202.14160.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 186 (73.05% from 255) = 63.70%
R=34.25%
G=2.05%
B=63.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10061860.460.9700.27271.3393.7537.65
Hex646BA2E6101B10f5e26
Octal14462725614103341713646
Binary11001001101011101010111011000010110111000011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6406BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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