Html Css Color HEX #7213AC Purple Heart

📋 copy color: '#7213AC'

red 114 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #7213AC

Tints of Purple Heart #7213AC

RGB

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

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

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

R = 37.38%
G = 6.23%
B = 56.39%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7213AC (or 0x7213AC) is known color: Purple Heart. HEX triplet: 72, 13 and AC. RGB value is (114,19,172). Sum of RGB (Red+Green+Blue) = 114+19+172=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #7213AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7213AC is #8DEC53. Grayscale: #404040. Windows color (decimal): -9301076 or 11277170. OLE color: 11277170.

HSL color Cylindrical-coordinate representation of color #7213AC: hue angle of 277.25º 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 #7213AC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 19 172 -
CMYK 0.34 0.89 0 0.33
HSL 277.25º 0.8% 0.37% -
HSV(B) 277.25º 0.89% 0.67% -
XYZ 14.62 7.02 39.61 -
YUV 64.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 114 19 172 0.34 0.89 0 0.33 277.25 0.8 0.37
Hex 72 13 AC 22 59 0 21 115 50 25
Octal 162 23 254 42 131 0 41 425 120 45
Binary 1110010 10011 10101100 100010 1011001 0 100001 100010101 1010000 100101

Color Harmonies of #7213AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7213AC

Black with #7213AC

Text Example


Text Example

White with #7213AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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