#721CB1

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

Shades of Purple Heart #721CB1

Tints of Purple Heart #721CB1

Color information

#721CB1 (or 0x721CB1) is unknown color: approx Purple Heart. HEX triplet: 72, 1C and B1. RGB value is (114,28,177). Sum of RGB (Red+Green+Blue) = 114+28+177=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #721CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721CB1 is #8DE34E. Grayscale: #464646. Windows color (decimal): -9298767 or 11607154. OLE color: 11607154.

HSL color Cylindrical-coordinate representation of color #721CB1: hue angle of 274.63º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721CB1 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11428177-
CMYK0.360.8400.31
HSL274.63º72.68%40.2%-
HSV(B)274.63º84.18%69.41%-
XYZ15.297.5842.25-
YUV70.7187.99158.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=35.74%
G=8.78%
B=55.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114281770.360.8400.31274.6372.6840.2
Hex721CB1245401F1134928
Octal162342614412403742311150
Binary1110010111001011000110010010101000111111000100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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