Html Css Color HEX #7213AB Purple Heart

📋 copy color: '#7213AB'

red 114 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #7213AB

Tints of Purple Heart #7213AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 37.5%
G = 6.25%
B = 56.25%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7213AB (or 0x7213AB) is known color: Purple Heart. HEX triplet: 72, 13 and AB. RGB value is (114,19,171). Sum of RGB (Red+Green+Blue) = 114+19+171=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7213AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7213AB is #8DEC54. Grayscale: #404040. Windows color (decimal): -9301077 or 11211634. OLE color: 11211634.

HSL color Cylindrical-coordinate representation of color #7213AB: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7213AB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 19 171 -
CMYK 0.33 0.89 0 0.33
HSL 277.5º 0.8% 0.37% -
HSV(B) 277.5º 0.89% 0.67% -
XYZ 14.52 6.98 39.11 -
YUV 64.73 187.97 163.14 -
System Red Green Blue C M Y K H S L
Decimal 114 19 171 0.33 0.89 0 0.33 277.5 0.8 0.37
Hex 72 13 AB 21 59 0 21 116 50 25
Octal 162 23 253 41 131 0 41 426 120 45
Binary 1110010 10011 10101011 100001 1011001 0 100001 100010110 1010000 100101

Color Harmonies of #7213AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7213AB

Black with #7213AB

Text Example


Text Example

White with #7213AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7213AB; }

 p { color: rgb(114,19,171); }

 H1.HeaderClassName
 {
   color: #7213AB;
 }
 .AnyTagClassName
 {
   color: #7213AB;
 }
</style>

background-color css

<style>
 a { background-color: #7213AB; }

 a { background-color: rgb(114,19,171); }

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

border-color css

<style>
 span { border-color: #7213AB; }

 span { border-color: rgb(114,19,171); }

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