#6344BB

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

Shades of Purple Heart #6344BB

Tints of Purple Heart #6344BB

Color information

#6344BB (or 0x6344BB) is unknown color: approx Purple Heart. HEX triplet: 63, 44 and BB. RGB value is (99,68,187). Sum of RGB (Red+Green+Blue) = 99+68+187=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #6344BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344BB is #9CBB44. Grayscale: #5A5A5A. Windows color (decimal): -10271557 or 12272739. OLE color: 12272739.

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

Color convert

RGB9968187-
CMYK0.470.6400.27
HSL255.63º46.67%50%-
HSV(B)255.63º63.64%73.33%-
XYZ16.1810.3748.16-
YUV90.84182.27133.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=27.97%
G=19.21%
B=52.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99681870.470.6400.27255.6346.6750
Hex6344BB2F4001B1002f32
Octal143104273571000334005762
Binary11000111000100101110111011111000000011011100000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6344BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,68,187); }

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

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

 a { background-color: rgb(99,68,187); }

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

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

 span { border-color: rgb(99,68,187); }

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