Html Css Color HEX #721EBD Purple Heart

📋 copy color: '#721EBD'

red 114 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #721EBD

Tints of Purple Heart #721EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.76%

R = 34.23%
G = 9.01%
B = 56.76%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#721EBD (or 0x721EBD) is known color: Purple Heart. HEX triplet: 72, 1E and BD. RGB value is (114,30,189). Sum of RGB (Red+Green+Blue) = 114+30+189=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #721EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EBD is #8DE142. Grayscale: #484848. Windows color (decimal): -9298243 or 12394098. OLE color: 12394098.

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

Color convert

RGB 114 30 189 -
CMYK 0.40 0.84 0 0.26
HSL 271.7º 0.73% 0.43% -
HSV(B) 271.7º 0.84% 0.74% -
XYZ 16.59 8.18 48.85 -
YUV 73.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 114 30 189 0.40 0.84 0 0.26 271.7 0.73 0.43
Hex 72 1E BD 28 54 0 1A 110 49 2B
Octal 162 36 275 50 124 0 32 420 111 53
Binary 1110010 11110 10111101 101000 1010100 0 11010 100010000 1001001 101011

Color Harmonies of #721EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EBD

Black with #721EBD

Text Example


Text Example

White with #721EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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