Html Css Color HEX #7224D5 Purple Heart

📋 copy color: '#7224D5'

red 114 ◦ green 36 ◦ blue 213

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

Shades of Purple Heart #7224D5

Tints of Purple Heart #7224D5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 213 (83.59% from 255) = 58.68%

R = 31.4%
G = 9.92%
B = 58.68%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7224D5 (or 0x7224D5) is known color: Purple Heart. HEX triplet: 72, 24 and D5. RGB value is (114,36,213). Sum of RGB (Red+Green+Blue) = 114+36+213=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #7224D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224D5 is #8DDB2A. Grayscale: #4E4E4E. Windows color (decimal): -9296683 or 13968498. OLE color: 13968498.

HSL color Cylindrical-coordinate representation of color #7224D5: hue angle of 266.44º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7224D5 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 36 213 -
CMYK 0.46 0.83 0 0.16
HSL 266.44º 0.71% 0.49% -
HSV(B) 266.44º 0.83% 0.84% -
XYZ 19.58 9.64 63.78 -
YUV 79.5 203.34 152.61 -
System Red Green Blue C M Y K H S L
Decimal 114 36 213 0.46 0.83 0 0.16 266.44 0.71 0.49
Hex 72 24 D5 2E 53 0 10 10A 47 31
Octal 162 44 325 56 123 0 20 412 107 61
Binary 1110010 100100 11010101 101110 1010011 0 10000 100001010 1000111 110001

Color Harmonies of #7224D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224D5

Black with #7224D5

Text Example


Text Example

White with #7224D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7224D5; }

 p { color: rgb(114,36,213); }

 H1.HeaderClassName
 {
   color: #7224D5;
 }
 .AnyTagClassName
 {
   color: #7224D5;
 }
</style>

background-color css

<style>
 a { background-color: #7224D5; }

 a { background-color: rgb(114,36,213); }

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

border-color css

<style>
 span { border-color: #7224D5; }

 span { border-color: rgb(114,36,213); }

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