#6445BE

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

Shades of Purple Heart #6445BE

Tints of Purple Heart #6445BE

Color information

#6445BE (or 0x6445BE) is unknown color: approx Purple Heart. HEX triplet: 64, 45 and BE. RGB value is (100,69,190). Sum of RGB (Red+Green+Blue) = 100+69+190=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #6445BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BE is #9BBA41. Grayscale: #5B5B5B. Windows color (decimal): -10205762 or 12469604. OLE color: 12469604.

HSL color Cylindrical-coordinate representation of color #6445BE: hue angle of 255.37º degrees, saturation: 0.48, 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 #6445BE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10069190-
CMYK0.470.6400.25
HSL255.37º48.21%50.78%-
HSV(B)255.37º63.68%74.51%-
XYZ16.6810.6849.9-
YUV92.06183.27133.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=27.86%
G=19.22%
B=52.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100691900.470.6400.25255.3748.2150.78
Hex6445BE2F40019ff3033
Octal144105276571000313776063
Binary1100100100010110111110101111100000001100111111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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