#6445BF

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

Shades of Purple Heart #6445BF

Tints of Purple Heart #6445BF

Color information

#6445BF (or 0x6445BF) is unknown color: approx Purple Heart. HEX triplet: 64, 45 and BF. RGB value is (100,69,191). Sum of RGB (Red+Green+Blue) = 100+69+191=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6445BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BF is #9BBA40. Grayscale: #5B5B5B. Windows color (decimal): -10205761 or 12535140. OLE color: 12535140.

HSL color Cylindrical-coordinate representation of color #6445BF: hue angle of 255.25º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6445BF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10069191-
CMYK0.480.6400.25
HSL255.25º48.8%50.98%-
HSV(B)255.25º63.87%74.9%-
XYZ16.7910.7350.48-
YUV92.18183.77133.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 191 (75% from 255) = 53.06%
R=27.78%
G=19.17%
B=53.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100691910.480.6400.25255.2548.850.98
Hex6445BF3040019ff3133
Octal144105277601000313776163
Binary1100100100010110111111110000100000001100111111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6445BF; }

 p { color: rgb(100,69,191); }

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

<style>
 a { background-color: #6445BF; }

 a { background-color: rgb(100,69,191); }

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

<style>
 span { border-color: #6445BF; }

 span { border-color: rgb(100,69,191); }

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