Html Css Color HEX #721AD4 Purple Heart

📋 copy color: '#721AD4'

red 114 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #721AD4

Tints of Purple Heart #721AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 212 (83.2% from 255) = 60.23%

R = 32.39%
G = 7.39%
B = 60.23%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#721AD4 (or 0x721AD4) is known color: Purple Heart. HEX triplet: 72, 1A and D4. RGB value is (114,26,212). Sum of RGB (Red+Green+Blue) = 114+26+212=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #721AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AD4 is #8DE52B. Grayscale: #484848. Windows color (decimal): -9299244 or 13900402. OLE color: 13900402.

HSL color Cylindrical-coordinate representation of color #721AD4: hue angle of 268.39º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721AD4 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 26 212 -
CMYK 0.46 0.88 0 0.17
HSL 268.39º 0.78% 0.47% -
HSV(B) 268.39º 0.88% 0.83% -
XYZ 19.19 9.07 63.03 -
YUV 73.52 206.15 156.88 -
System Red Green Blue C M Y K H S L
Decimal 114 26 212 0.46 0.88 0 0.17 268.39 0.78 0.47
Hex 72 1A D4 2E 58 0 11 10C 4E 2F
Octal 162 32 324 56 130 0 21 414 116 57
Binary 1110010 11010 11010100 101110 1011000 0 10001 100001100 1001110 101111

Color Harmonies of #721AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AD4

Black with #721AD4

Text Example


Text Example

White with #721AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,26,212); }

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

background-color css

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

 a { background-color: rgb(114,26,212); }

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

border-color css

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

 span { border-color: rgb(114,26,212); }

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