#7239BF

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

Shades of Purple Heart #7239BF

Tints of Purple Heart #7239BF

Color information

#7239BF (or 0x7239BF) is unknown color: approx Purple Heart. HEX triplet: 72, 39 and BF. RGB value is (114,57,191). Sum of RGB (Red+Green+Blue) = 114+57+191=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #7239BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7239BF is #8DC640. Grayscale: #585858. Windows color (decimal): -9291329 or 12532082. OLE color: 12532082.

HSL color Cylindrical-coordinate representation of color #7239BF: hue angle of 265.52º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7239BF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11457191-
CMYK0.400.7000.25
HSL265.52º54.03%48.63%-
HSV(B)265.52º70.16%74.9%-
XYZ17.8110.2750.33-
YUV89.32185.38145.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 191 (75% from 255) = 52.76%
R=31.49%
G=15.75%
B=52.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114571910.400.7000.25265.5254.0348.63
Hex7239BF284601910a3631
Octal16271277501060314126661
Binary1110010111001101111111010001000110011001100001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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