#7444BC

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

Shades of Purple Heart #7444BC

Tints of Purple Heart #7444BC

Color information

#7444BC (or 0x7444BC) is unknown color: approx Purple Heart. HEX triplet: 74, 44 and BC. RGB value is (116,68,188). Sum of RGB (Red+Green+Blue) = 116+68+188=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7444BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444BC is #8BBB43. Grayscale: #5F5F5F. Windows color (decimal): -9157444 or 12338292. OLE color: 12338292.

HSL color Cylindrical-coordinate representation of color #7444BC: hue angle of 264º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7444BC is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11668188-
CMYK0.380.6400.26
HSL264º47.24%50.2%-
HSV(B)264º63.83%73.73%-
XYZ18.3511.4848.83-
YUV96.03179.9142.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=31.18%
G=18.28%
B=50.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116681880.380.6400.2626447.2450.2
Hex7444BC264001A1082f32
Octal164104274461000324105762
Binary11101001000100101111001001101000000011010100001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7444BC; }

 p { color: rgb(116,68,188); }

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

<style>
 a { background-color: #7444BC; }

 a { background-color: rgb(116,68,188); }

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

<style>
 span { border-color: #7444BC; }

 span { border-color: rgb(116,68,188); }

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