#7230BF

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

Shades of Purple Heart #7230BF

Tints of Purple Heart #7230BF

Color information

#7230BF (or 0x7230BF) is unknown color: approx Purple Heart. HEX triplet: 72, 30 and BF. RGB value is (114,48,191). Sum of RGB (Red+Green+Blue) = 114+48+191=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #7230BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7230BF is #8DCF40. Grayscale: #535353. Windows color (decimal): -9293633 or 12529778. OLE color: 12529778.

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

Color convert

RGB11448191-
CMYK0.400.7500.25
HSL267.69º59.83%46.86%-
HSV(B)267.69º74.87%74.9%-
XYZ17.49.4550.2-
YUV84.04188.37149.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 191 (75% from 255) = 54.11%
R=32.29%
G=13.60%
B=54.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114481910.400.7500.25267.6959.8346.86
Hex7230BF284B01910c3c2f
Octal16260277501130314147457
Binary1110010110000101111111010001001011011001100001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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