#7334BF

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

Shades of Purple Heart #7334BF

Tints of Purple Heart #7334BF

Color information

#7334BF (or 0x7334BF) is unknown color: approx Purple Heart. HEX triplet: 73, 34 and BF. RGB value is (115,52,191). Sum of RGB (Red+Green+Blue) = 115+52+191=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #7334BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334BF is #8CCB40. Grayscale: #565656. Windows color (decimal): -9227073 or 12530803. OLE color: 12530803.

HSL color Cylindrical-coordinate representation of color #7334BF: hue angle of 267.19º 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 #7334BF is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11552191-
CMYK0.400.7300.25
HSL267.19º57.2%47.65%-
HSV(B)267.19º72.77%74.9%-
XYZ17.79.8650.26-
YUV86.68186.87148.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 191 (75% from 255) = 53.35%
R=32.12%
G=14.53%
B=53.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115521910.400.7300.25267.1957.247.65
Hex7334BF284901910b3930
Octal16364277501110314137160
Binary1110011110100101111111010001001001011001100001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7334BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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