#7432BF

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

Shades of Purple Heart #7432BF

Tints of Purple Heart #7432BF

Color information

#7432BF (or 0x7432BF) is unknown color: approx Purple Heart. HEX triplet: 74, 32 and BF. RGB value is (116,50,191). Sum of RGB (Red+Green+Blue) = 116+50+191=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #7432BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432BF is #8BCD40. Grayscale: #555555. Windows color (decimal): -9162049 or 12530292. OLE color: 12530292.

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

Color convert

RGB11650191-
CMYK0.390.7400.25
HSL268.09º58.51%47.25%-
HSV(B)268.09º73.82%74.9%-
XYZ17.759.7650.24-
YUV85.81187.37149.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 191 (75% from 255) = 53.50%
R=32.49%
G=14.01%
B=53.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116501910.390.7400.25268.0958.5147.25
Hex7432BF274A01910c3b2f
Octal16462277471120314147357
Binary1110100110010101111111001111001010011001100001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7432BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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