Html Css Color HEX #7224BA Purple Heart

📋 copy color: '#7224BA'

red 114 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #7224BA

Tints of Purple Heart #7224BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 33.93%
G = 10.71%
B = 55.36%

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

#7224BA (or 0x7224BA) is known color: Purple Heart. HEX triplet: 72, 24 and BA. RGB value is (114,36,186). Sum of RGB (Red+Green+Blue) = 114+36+186=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #7224BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224BA is #8DDB45. Grayscale: #4B4B4B. Windows color (decimal): -9296710 or 12199026. OLE color: 12199026.

HSL color Cylindrical-coordinate representation of color #7224BA: hue angle of 271.2º 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 #7224BA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 36 186 -
CMYK 0.39 0.81 0 0.27
HSL 271.2º 0.68% 0.44% -
HSV(B) 271.2º 0.81% 0.73% -
XYZ 16.43 8.38 47.21 -
YUV 76.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 114 36 186 0.39 0.81 0 0.27 271.2 0.68 0.44
Hex 72 24 BA 27 51 0 1B 10F 44 2C
Octal 162 44 272 47 121 0 33 417 104 54
Binary 1110010 100100 10111010 100111 1010001 0 11011 100001111 1000100 101100

Color Harmonies of #7224BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224BA

Black with #7224BA

Text Example


Text Example

White with #7224BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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