Html Css Color HEX #721FBF Purple Heart

📋 copy color: '#721FBF'

red 114 ◦ green 31 ◦ blue 191

#721FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #721FBF

Tints of Purple Heart #721FBF

RGB

 RED value IS 114 (44.92% from 255) = 33.93%

 GREEN value IS 31 (12.5% from 255) = 9.23%

 BLUE value IS 191 (75% from 255) = 56.85%

R = 33.93%
G = 9.23%
B = 56.85%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#721FBF (or 0x721FBF) is known color: Purple Heart. HEX triplet: 72, 1F and BF. RGB value is (114,31,191). Sum of RGB (Red+Green+Blue) = 114+31+191=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #721FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FBF is #8DE040. Grayscale: #494949. Windows color (decimal): -9297985 or 12525426. OLE color: 12525426.

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

Color convert

RGB 114 31 191 -
CMYK 0.40 0.84 0 0.25
HSL 271.13º 0.72% 0.44% -
HSV(B) 271.13º 0.84% 0.75% -
XYZ 16.83 8.32 50.01 -
YUV 74.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 114 31 191 0.40 0.84 0 0.25 271.13 0.72 0.44
Hex 72 1F BF 28 54 0 19 10F 48 2C
Octal 162 37 277 50 124 0 31 417 110 54
Binary 1110010 11111 10111111 101000 1010100 0 11001 100001111 1001000 101100

Color Harmonies of #721FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FBF

Black with #721FBF

Text Example


Text Example

White with #721FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #721FBF;
 }
 .AnyTagClassName
 {
   color: #721FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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