#7208B6

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

Shades of Purple Heart #7208B6

Tints of Purple Heart #7208B6

Color information

#7208B6 (or 0x7208B6) is unknown color: approx Purple Heart. HEX triplet: 72, 08 and B6. RGB value is (114,8,182). Sum of RGB (Red+Green+Blue) = 114+8+182=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #7208B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7208B6 is #8DF749. Grayscale: #3A3A3A. Windows color (decimal): -9303882 or 11929714. OLE color: 11929714.

HSL color Cylindrical-coordinate representation of color #7208B6: hue angle of 276.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7208B6 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1148182-
CMYK0.370.9600.29
HSL276.55º91.58%37.25%-
HSV(B)276.55º95.6%71.37%-
XYZ15.477.1344.82-
YUV59.53197.12166.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=37.5%
G=2.63%
B=59.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11481820.370.9600.29276.5591.5837.25
Hex728B6256001D1155c25
Octal162102664514003542513445
Binary111001010001011011010010111000000111011000101011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7208B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,8,182); }

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

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

 a { background-color: rgb(114,8,182); }

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

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

 span { border-color: rgb(114,8,182); }

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