#6439BA

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

Shades of Purple Heart #6439BA

Tints of Purple Heart #6439BA

Color information

#6439BA (or 0x6439BA) is unknown color: approx Purple Heart. HEX triplet: 64, 39 and BA. RGB value is (100,57,186). Sum of RGB (Red+Green+Blue) = 100+57+186=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #6439BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6439BA is #9BC645. Grayscale: #545454. Windows color (decimal): -10208838 or 12204388. OLE color: 12204388.

HSL color Cylindrical-coordinate representation of color #6439BA: hue angle of 260º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6439BA is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10057186-
CMYK0.460.6900.27
HSL260º53.09%47.65%-
HSV(B)260º69.35%72.94%-
XYZ15.589.1847.41-
YUV84.56185.25139.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=29.15%
G=16.62%
B=54.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100571860.460.6900.2726053.0947.65
Hex6439BA2E4501B1043530
Octal14471272561050334046560
Binary1100100111001101110101011101000101011011100000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6439BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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