Html Css Color HEX #7212AB Purple Heart

📋 copy color: '#7212AB'

red 114 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #7212AB

Tints of Purple Heart #7212AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.94%

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

R = 37.62%
G = 5.94%
B = 56.44%

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

#7212AB (or 0x7212AB) is known color: Purple Heart. HEX triplet: 72, 12 and AB. RGB value is (114,18,171). Sum of RGB (Red+Green+Blue) = 114+18+171=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7212AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7212AB is #8DED54. Grayscale: #3F3F3F. Windows color (decimal): -9301333 or 11211378. OLE color: 11211378.

HSL color Cylindrical-coordinate representation of color #7212AB: hue angle of 277.65º degrees, saturation: 0.81, 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 #7212AB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 18 171 -
CMYK 0.33 0.89 0 0.33
HSL 277.65º 0.81% 0.37% -
HSV(B) 277.65º 0.89% 0.67% -
XYZ 14.51 6.95 39.11 -
YUV 64.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 114 18 171 0.33 0.89 0 0.33 277.65 0.81 0.37
Hex 72 12 AB 21 59 0 21 116 51 25
Octal 162 22 253 41 131 0 41 426 121 45
Binary 1110010 10010 10101011 100001 1011001 0 100001 100010110 1010001 100101

Color Harmonies of #7212AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212AB

Black with #7212AB

Text Example


Text Example

White with #7212AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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