Html Css Color HEX #721ECD Purple Heart

📋 copy color: '#721ECD'

red 114 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #721ECD

Tints of Purple Heart #721ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 32.66%
G = 8.6%
B = 58.74%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#721ECD (or 0x721ECD) is known color: Purple Heart. HEX triplet: 72, 1E and CD. RGB value is (114,30,205). Sum of RGB (Red+Green+Blue) = 114+30+205=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #721ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ECD is #8DE132. Grayscale: #4A4A4A. Windows color (decimal): -9298227 or 13442674. OLE color: 13442674.

HSL color Cylindrical-coordinate representation of color #721ECD: hue angle of 268.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721ECD is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 30 205 -
CMYK 0.44 0.85 0 0.20
HSL 268.8º 0.74% 0.46% -
HSV(B) 268.8º 0.85% 0.8% -
XYZ 18.42 8.91 58.51 -
YUV 75.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 114 30 205 0.44 0.85 0 0.20 268.8 0.74 0.46
Hex 72 1E CD 2C 55 0 14 10D 4A 2E
Octal 162 36 315 54 125 0 24 415 112 56
Binary 1110010 11110 11001101 101100 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #721ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721ECD

Black with #721ECD

Text Example


Text Example

White with #721ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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