Html Css Color HEX #721EBE Purple Heart

📋 copy color: '#721EBE'

red 114 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #721EBE

Tints of Purple Heart #721EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 34.13%
G = 8.98%
B = 56.89%

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

#721EBE (or 0x721EBE) is known color: Purple Heart. HEX triplet: 72, 1E and BE. RGB value is (114,30,190). Sum of RGB (Red+Green+Blue) = 114+30+190=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #721EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EBE is #8DE141. Grayscale: #484848. Windows color (decimal): -9298242 or 12459634. OLE color: 12459634.

HSL color Cylindrical-coordinate representation of color #721EBE: hue angle of 271.5º degrees, saturation: 0.73, 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 #721EBE is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 30 190 -
CMYK 0.40 0.84 0 0.25
HSL 271.5º 0.73% 0.43% -
HSV(B) 271.5º 0.84% 0.75% -
XYZ 16.7 8.22 49.42 -
YUV 73.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 114 30 190 0.40 0.84 0 0.25 271.5 0.73 0.43
Hex 72 1E BE 28 54 0 19 110 49 2B
Octal 162 36 276 50 124 0 31 420 111 53
Binary 1110010 11110 10111110 101000 1010100 0 11001 100010000 1001001 101011

Color Harmonies of #721EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EBE

Black with #721EBE

Text Example


Text Example

White with #721EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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