Html Css Color HEX #7224BB Purple Heart

📋 copy color: '#7224BB'

red 114 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #7224BB

Tints of Purple Heart #7224BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 33.83%
G = 10.68%
B = 55.49%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7224BB (or 0x7224BB) is known color: Purple Heart. HEX triplet: 72, 24 and BB. RGB value is (114,36,187). Sum of RGB (Red+Green+Blue) = 114+36+187=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #7224BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224BB is #8DDB44. Grayscale: #4C4C4C. Windows color (decimal): -9296709 or 12264562. OLE color: 12264562.

HSL color Cylindrical-coordinate representation of color #7224BB: hue angle of 270.99º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7224BB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 36 187 -
CMYK 0.39 0.81 0 0.27
HSL 270.99º 0.68% 0.44% -
HSV(B) 270.99º 0.81% 0.73% -
XYZ 16.54 8.43 47.77 -
YUV 76.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 114 36 187 0.39 0.81 0 0.27 270.99 0.68 0.44
Hex 72 24 BB 27 51 0 1B 10F 44 2C
Octal 162 44 273 47 121 0 33 417 104 54
Binary 1110010 100100 10111011 100111 1010001 0 11011 100001111 1000100 101100

Color Harmonies of #7224BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224BB

Black with #7224BB

Text Example


Text Example

White with #7224BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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