#7333BA

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

Shades of Purple Heart #7333BA

Tints of Purple Heart #7333BA

Color information

#7333BA (or 0x7333BA) is unknown color: approx Purple Heart. HEX triplet: 73, 33 and BA. RGB value is (115,51,186). Sum of RGB (Red+Green+Blue) = 115+51+186=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7333BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333BA is #8CCC45. Grayscale: #555555. Windows color (decimal): -9227334 or 12202867. OLE color: 12202867.

HSL color Cylindrical-coordinate representation of color #7333BA: hue angle of 268.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7333BA is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11551186-
CMYK0.380.7300.27
HSL268.44º56.96%46.47%-
HSV(B)268.44º72.58%72.94%-
XYZ17.129.5647.4-
YUV85.53184.7149.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=32.67%
G=14.49%
B=52.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115511860.380.7300.27268.4456.9646.47
Hex7333BA264901B10c392e
Octal16363272461110334147156
Binary1110011110011101110101001101001001011011100001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7333BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7333BA; }

 p { color: rgb(115,51,186); }

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

<style>
 a { background-color: #7333BA; }

 a { background-color: rgb(115,51,186); }

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

<style>
 span { border-color: #7333BA; }

 span { border-color: rgb(115,51,186); }

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