#721FBE

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

Shades of Purple Heart #721FBE

Tints of Purple Heart #721FBE

Color information

#721FBE (or 0x721FBE) is unknown color: approx Purple Heart. HEX triplet: 72, 1F and BE. RGB value is (114,31,190). Sum of RGB (Red+Green+Blue) = 114+31+190=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #721FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FBE is #8DE041. Grayscale: #494949. Windows color (decimal): -9297986 or 12459890. OLE color: 12459890.

HSL color Cylindrical-coordinate representation of color #721FBE: hue angle of 271.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721FBE is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11431190-
CMYK0.400.8400.25
HSL271.32º71.95%43.33%-
HSV(B)271.32º83.68%74.51%-
XYZ16.728.2849.43-
YUV73.94193.5156.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=34.03%
G=9.25%
B=56.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114311900.400.8400.25271.3271.9543.33
Hex721FBE285401910f482b
Octal162372765012403141711053
Binary1110010111111011111010100010101000110011000011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,190); }

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

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

 a { background-color: rgb(114,31,190); }

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

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

 span { border-color: rgb(114,31,190); }

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