Html Css Color HEX #7214AB Purple Heart

📋 copy color: '#7214AB'

red 114 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #7214AB

Tints of Purple Heart #7214AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

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

R = 37.38%
G = 6.56%
B = 56.07%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7214AB (or 0x7214AB) is known color: Purple Heart. HEX triplet: 72, 14 and AB. RGB value is (114,20,171). Sum of RGB (Red+Green+Blue) = 114+20+171=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #7214AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7214AB is #8DEB54. Grayscale: #404040. Windows color (decimal): -9300821 or 11211890. OLE color: 11211890.

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

Color convert

RGB 114 20 171 -
CMYK 0.33 0.88 0 0.33
HSL 277.35º 0.79% 0.37% -
HSV(B) 277.35º 0.88% 0.67% -
XYZ 14.54 7.02 39.12 -
YUV 65.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 114 20 171 0.33 0.88 0 0.33 277.35 0.79 0.37
Hex 72 14 AB 21 58 0 21 115 4F 25
Octal 162 24 253 41 130 0 41 425 117 45
Binary 1110010 10100 10101011 100001 1011000 0 100001 100010101 1001111 100101

Color Harmonies of #7214AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7214AB

Black with #7214AB

Text Example


Text Example

White with #7214AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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