#7330B6

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

Shades of Purple Heart #7330B6

Tints of Purple Heart #7330B6

Color information

#7330B6 (or 0x7330B6) is unknown color: approx Purple Heart. HEX triplet: 73, 30 and B6. RGB value is (115,48,182). Sum of RGB (Red+Green+Blue) = 115+48+182=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #7330B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330B6 is #8CCF49. Grayscale: #525252. Windows color (decimal): -9228106 or 11939955. OLE color: 11939955.

HSL color Cylindrical-coordinate representation of color #7330B6: 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.74%. Process color model (Four color, CMYK) of #7330B6 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11548182-
CMYK0.370.7400.29
HSL270º58.26%45.1%-
HSV(B)270º73.63%71.37%-
XYZ16.579.1445.15-
YUV83.31183.7150.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=33.33%
G=13.91%
B=52.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115481820.370.7400.2927058.2645.1
Hex7330B6254A01D10e3a2d
Octal16360266451120354167255
Binary1110011110000101101101001011001010011101100001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7330B6; }

 p { color: rgb(115,48,182); }

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

<style>
 a { background-color: #7330B6; }

 a { background-color: rgb(115,48,182); }

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

<style>
 span { border-color: #7330B6; }

 span { border-color: rgb(115,48,182); }

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