#721BBA

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

Shades of Purple Heart #721BBA

Tints of Purple Heart #721BBA

Color information

#721BBA (or 0x721BBA) is unknown color: approx Purple Heart. HEX triplet: 72, 1B and BA. RGB value is (114,27,186). Sum of RGB (Red+Green+Blue) = 114+27+186=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #721BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BBA is #8DE445. Grayscale: #464646. Windows color (decimal): -9299014 or 12196722. OLE color: 12196722.

HSL color Cylindrical-coordinate representation of color #721BBA: hue angle of 272.83º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721BBA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11427186-
CMYK0.390.8500.27
HSL272.83º74.65%41.76%-
HSV(B)272.83º85.48%72.94%-
XYZ16.197.9147.13-
YUV71.14192.82158.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=34.86%
G=8.26%
B=56.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114271860.390.8500.27272.8374.6541.76
Hex721BBA275501B1114b2a
Octal162332724712503342111352
Binary1110010110111011101010011110101010110111000100011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721BBA; }

 p { color: rgb(114,27,186); }

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

<style>
 a { background-color: #721BBA; }

 a { background-color: rgb(114,27,186); }

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

<style>
 span { border-color: #721BBA; }

 span { border-color: rgb(114,27,186); }

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