Html Css Color HEX #721EBA Purple Heart

📋 copy color: '#721EBA'

red 114 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #721EBA

Tints of Purple Heart #721EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 34.55%
G = 9.09%
B = 56.36%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#721EBA (or 0x721EBA) is known color: Purple Heart. HEX triplet: 72, 1E and BA. RGB value is (114,30,186). Sum of RGB (Red+Green+Blue) = 114+30+186=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #721EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EBA is #8DE145. Grayscale: #484848. Windows color (decimal): -9298246 or 12197490. OLE color: 12197490.

HSL color Cylindrical-coordinate representation of color #721EBA: hue angle of 272.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721EBA is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 30 186 -
CMYK 0.39 0.84 0 0.27
HSL 272.31º 0.72% 0.42% -
HSV(B) 272.31º 0.84% 0.73% -
XYZ 16.27 8.05 47.15 -
YUV 72.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 114 30 186 0.39 0.84 0 0.27 272.31 0.72 0.42
Hex 72 1E BA 27 54 0 1B 110 48 2A
Octal 162 36 272 47 124 0 33 420 110 52
Binary 1110010 11110 10111010 100111 1010100 0 11011 100010000 1001000 101010

Color Harmonies of #721EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EBA

Black with #721EBA

Text Example


Text Example

White with #721EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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