Html Css Color HEX #7218AE Purple Heart

📋 copy color: '#7218AE'

red 114 ◦ green 24 ◦ blue 174

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

Shades of Purple Heart #7218AE

Tints of Purple Heart #7218AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 36.54%
G = 7.69%
B = 55.77%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7218AE (or 0x7218AE) is known color: Purple Heart. HEX triplet: 72, 18 and AE. RGB value is (114,24,174). Sum of RGB (Red+Green+Blue) = 114+24+174=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #7218AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7218AE is #8DE751. Grayscale: #434343. Windows color (decimal): -9299794 or 11409522. OLE color: 11409522.

HSL color Cylindrical-coordinate representation of color #7218AE: hue angle of 276º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7218AE is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 24 174 -
CMYK 0.34 0.86 0 0.32
HSL 276º 0.76% 0.39% -
HSV(B) 276º 0.86% 0.68% -
XYZ 14.91 7.29 40.67 -
YUV 68.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 114 24 174 0.34 0.86 0 0.32 276 0.76 0.39
Hex 72 18 AE 22 56 0 20 114 4C 27
Octal 162 30 256 42 126 0 40 424 114 47
Binary 1110010 11000 10101110 100010 1010110 0 100000 100010100 1001100 100111

Color Harmonies of #7218AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7218AE

Black with #7218AE

Text Example


Text Example

White with #7218AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7218AE; }

 p { color: rgb(114,24,174); }

 H1.HeaderClassName
 {
   color: #7218AE;
 }
 .AnyTagClassName
 {
   color: #7218AE;
 }
</style>

background-color css

<style>
 a { background-color: #7218AE; }

 a { background-color: rgb(114,24,174); }

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

border-color css

<style>
 span { border-color: #7218AE; }

 span { border-color: rgb(114,24,174); }

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