#7442BF

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

Shades of Purple Heart #7442BF

Tints of Purple Heart #7442BF

Color information

#7442BF (or 0x7442BF) is unknown color: approx Purple Heart. HEX triplet: 74, 42 and BF. RGB value is (116,66,191). Sum of RGB (Red+Green+Blue) = 116+66+191=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #7442BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442BF is #8BBD40. Grayscale: #5E5E5E. Windows color (decimal): -9157953 or 12534388. OLE color: 12534388.

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

Color convert

RGB11666191-
CMYK0.390.6500.25
HSL264º49.41%50.39%-
HSV(B)264º65.45%74.9%-
XYZ18.5511.3750.51-
YUV95.2182.06142.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 191 (75% from 255) = 51.21%
R=31.10%
G=17.69%
B=51.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116661910.390.6500.2526449.4150.39
Hex7442BF27410191083132
Octal164102277471010314106162
Binary11101001000010101111111001111000001011001100001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7442BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,66,191); }

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

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

 a { background-color: rgb(116,66,191); }

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

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

 span { border-color: rgb(116,66,191); }

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