Html Css Color HEX #721FB2 Purple Heart

📋 copy color: '#721FB2'

red 114 ◦ green 31 ◦ blue 178

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

Shades of Purple Heart #721FB2

Tints of Purple Heart #721FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 35.29%
G = 9.6%
B = 55.11%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#721FB2 (or 0x721FB2) is known color: Purple Heart. HEX triplet: 72, 1F and B2. RGB value is (114,31,178). Sum of RGB (Red+Green+Blue) = 114+31+178=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #721FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721FB2 is #8DE04D. Grayscale: #484848. Windows color (decimal): -9297998 or 11673458. OLE color: 11673458.

HSL color Cylindrical-coordinate representation of color #721FB2: hue angle of 273.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721FB2 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 31 178 -
CMYK 0.36 0.83 0 0.30
HSL 273.88º 0.7% 0.41% -
HSV(B) 273.88º 0.83% 0.7% -
XYZ 15.47 7.77 42.8 -
YUV 72.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 114 31 178 0.36 0.83 0 0.30 273.88 0.7 0.41
Hex 72 1F B2 24 53 0 1E 112 46 29
Octal 162 37 262 44 123 0 36 422 106 51
Binary 1110010 11111 10110010 100100 1010011 0 11110 100010010 1000110 101001

Color Harmonies of #721FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FB2

Black with #721FB2

Text Example


Text Example

White with #721FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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