#7234BF

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

Shades of Purple Heart #7234BF

Tints of Purple Heart #7234BF

Color information

#7234BF (or 0x7234BF) is unknown color: approx Purple Heart. HEX triplet: 72, 34 and BF. RGB value is (114,52,191). Sum of RGB (Red+Green+Blue) = 114+52+191=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 52 (20.70% from 255 or 14.57% 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 #7234BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7234BF is #8DCB40. Grayscale: #555555. Windows color (decimal): -9292609 or 12530802. OLE color: 12530802.

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

Color convert

RGB11452191-
CMYK0.400.7300.25
HSL266.76º57.2%47.65%-
HSV(B)266.76º72.77%74.9%-
XYZ17.579.7950.25-
YUV86.38187.04147.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 191 (75% from 255) = 53.50%
R=31.93%
G=14.57%
B=53.50%

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
Decimal114521910.400.7300.25266.7657.247.65
Hex7234BF284901910b3930
Octal16264277501110314137160
Binary1110010110100101111111010001001001011001100001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7234BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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