Html Css Color HEX #721CD1 Purple Heart

📋 copy color: '#721CD1'

red 114 ◦ green 28 ◦ blue 209

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

Shades of Purple Heart #721CD1

Tints of Purple Heart #721CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

 BLUE value IS 209 (82.03% from 255) = 59.54%

R = 32.48%
G = 7.98%
B = 59.54%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#721CD1 (or 0x721CD1) is known color: Purple Heart. HEX triplet: 72, 1C and D1. RGB value is (114,28,209). Sum of RGB (Red+Green+Blue) = 114+28+209=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 209 (82.03% from 255 or 59.54% from 351); Max value from RGB is 209 - color contains mainly: blue. Hex color #721CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CD1 is #8DE32E. Grayscale: #494949. Windows color (decimal): -9298735 or 13704306. OLE color: 13704306.

HSL color Cylindrical-coordinate representation of color #721CD1: hue angle of 268.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721CD1 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 28 209 -
CMYK 0.45 0.87 0 0.18
HSL 268.51º 0.76% 0.46% -
HSV(B) 268.51º 0.87% 0.82% -
XYZ 18.86 9.01 61.07 -
YUV 74.35 203.99 156.28 -
System Red Green Blue C M Y K H S L
Decimal 114 28 209 0.45 0.87 0 0.18 268.51 0.76 0.46
Hex 72 1C D1 2D 57 0 12 10D 4C 2E
Octal 162 34 321 55 127 0 22 415 114 56
Binary 1110010 11100 11010001 101101 1010111 0 10010 100001101 1001100 101110

Color Harmonies of #721CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CD1

Black with #721CD1

Text Example


Text Example

White with #721CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,209); }

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

background-color css

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

 a { background-color: rgb(114,28,209); }

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

border-color css

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

 span { border-color: rgb(114,28,209); }

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