#7230B4

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

Shades of Purple Heart #7230B4

Tints of Purple Heart #7230B4

Color information

#7230B4 (or 0x7230B4) is unknown color: approx Purple Heart. HEX triplet: 72, 30 and B4. RGB value is (114,48,180). Sum of RGB (Red+Green+Blue) = 114+48+180=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #7230B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7230B4 is #8DCF4B. Grayscale: #525252. Windows color (decimal): -9293644 or 11808882. OLE color: 11808882.

HSL color Cylindrical-coordinate representation of color #7230B4: hue angle of 270º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7230B4 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11448180-
CMYK0.370.7300.29
HSL270º57.89%44.71%-
HSV(B)270º73.33%70.59%-
XYZ16.238.9944.06-
YUV82.78182.87150.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=33.33%
G=14.04%
B=52.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114481800.370.7300.2927057.8944.71
Hex7230B4254901D10e3a2d
Octal16260264451110354167255
Binary1110010110000101101001001011001001011101100001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7230B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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