#7209B1

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

Shades of Purple Heart #7209B1

Tints of Purple Heart #7209B1

Color information

#7209B1 (or 0x7209B1) is unknown color: approx Purple Heart. HEX triplet: 72, 09 and B1. RGB value is (114,9,177). Sum of RGB (Red+Green+Blue) = 114+9+177=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #7209B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7209B1 is #8DF64E. Grayscale: #3A3A3A. Windows color (decimal): -9303631 or 11602290. OLE color: 11602290.

HSL color Cylindrical-coordinate representation of color #7209B1: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7209B1 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1149177-
CMYK0.360.9500.31
HSL277.5º90.32%36.47%-
HSV(B)277.5º94.92%69.41%-
XYZ14.976.9542.15-
YUV59.55194.29166.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 177 (69.53% from 255) = 59%
R=38%
G=3%
B=59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11491770.360.9500.31277.590.3236.47
Hex729B1245F01F1165a24
Octal162112614413703742613244
Binary111001010011011000110010010111110111111000101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7209B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7209B1; }

 p { color: rgb(114,9,177); }

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

<style>
 a { background-color: #7209B1; }

 a { background-color: rgb(114,9,177); }

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

<style>
 span { border-color: #7209B1; }

 span { border-color: rgb(114,9,177); }

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