#7331B3

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

Shades of Purple Heart #7331B3

Tints of Purple Heart #7331B3

Color information

#7331B3 (or 0x7331B3) is unknown color: approx Purple Heart. HEX triplet: 73, 31 and B3. RGB value is (115,49,179). Sum of RGB (Red+Green+Blue) = 115+49+179=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #7331B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331B3 is #8CCE4C. Grayscale: #535353. Windows color (decimal): -9227853 or 11743603. OLE color: 11743603.

HSL color Cylindrical-coordinate representation of color #7331B3: hue angle of 270.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7331B3 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11549179-
CMYK0.360.7300.30
HSL270.46º57.02%44.71%-
HSV(B)270.46º72.63%70.2%-
XYZ16.319.143.54-
YUV83.55181.87150.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=33.53%
G=14.29%
B=52.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115491790.360.7300.30270.4657.0244.71
Hex7331B3244901E10e392d
Octal16361263441110364167155
Binary1110011110001101100111001001001001011110100001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7331B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7331B3; }

 p { color: rgb(115,49,179); }

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

<style>
 a { background-color: #7331B3; }

 a { background-color: rgb(115,49,179); }

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

<style>
 span { border-color: #7331B3; }

 span { border-color: rgb(115,49,179); }

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