#7434BF

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

Shades of Purple Heart #7434BF

Tints of Purple Heart #7434BF

Color information

#7434BF (or 0x7434BF) is unknown color: approx Purple Heart. HEX triplet: 74, 34 and BF. RGB value is (116,52,191). Sum of RGB (Red+Green+Blue) = 116+52+191=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #7434BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BF is #8BCB40. Grayscale: #565656. Windows color (decimal): -9161537 or 12530804. OLE color: 12530804.

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

Color convert

RGB11652191-
CMYK0.390.7300.25
HSL267.63º57.2%47.65%-
HSV(B)267.63º72.77%74.9%-
XYZ17.839.9350.27-
YUV86.98186.7148.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 191 (75% from 255) = 53.20%
R=32.31%
G=14.48%
B=53.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116521910.390.7300.25267.6357.247.65
Hex7434BF274901910c3930
Octal16464277471110314147160
Binary1110100110100101111111001111001001011001100001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7434BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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