Html Css Color HEX #721CAC Purple Heart

📋 copy color: '#721CAC'

red 114 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #721CAC

Tints of Purple Heart #721CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 36.31%
G = 8.92%
B = 54.78%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721CAC (or 0x721CAC) is known color: Purple Heart. HEX triplet: 72, 1C and AC. RGB value is (114,28,172). Sum of RGB (Red+Green+Blue) = 114+28+172=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #721CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721CAC is #8DE353. Grayscale: #454545. Windows color (decimal): -9298772 or 11279474. OLE color: 11279474.

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

Color convert

RGB 114 28 172 -
CMYK 0.34 0.84 0 0.33
HSL 275.83º 0.72% 0.39% -
HSV(B) 275.83º 0.84% 0.67% -
XYZ 14.8 7.39 39.68 -
YUV 70.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 114 28 172 0.34 0.84 0 0.33 275.83 0.72 0.39
Hex 72 1C AC 22 54 0 21 114 48 27
Octal 162 34 254 42 124 0 41 424 110 47
Binary 1110010 11100 10101100 100010 1010100 0 100001 100010100 1001000 100111

Color Harmonies of #721CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CAC

Black with #721CAC

Text Example


Text Example

White with #721CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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