Html Css Color HEX #7124AB Purple Heart

📋 copy color: '#7124AB'

red 113 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #7124AB

Tints of Purple Heart #7124AB

RGB

 RED value IS 113 (44.53% from 255) = 35.31%

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

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

R = 35.31%
G = 11.25%
B = 53.44%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7124AB (or 0x7124AB) is known color: Purple Heart. HEX triplet: 71, 24 and AB. RGB value is (113,36,171). Sum of RGB (Red+Green+Blue) = 113+36+171=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7124AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124AB is #8EDB54. Grayscale: #494949. Windows color (decimal): -9362261 or 11215985. OLE color: 11215985.

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

Color convert

RGB 113 36 171 -
CMYK 0.34 0.79 0 0.33
HSL 274.22º 0.65% 0.41% -
HSV(B) 274.22º 0.79% 0.67% -
XYZ 14.79 7.71 39.24 -
YUV 74.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 113 36 171 0.34 0.79 0 0.33 274.22 0.65 0.41
Hex 71 24 AB 22 4F 0 21 112 41 29
Octal 161 44 253 42 117 0 41 422 101 51
Binary 1110001 100100 10101011 100010 1001111 0 100001 100010010 1000001 101001

Color Harmonies of #7124AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124AB

Black with #7124AB

Text Example


Text Example

White with #7124AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,36,171); }

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

background-color css

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

 a { background-color: rgb(113,36,171); }

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

border-color css

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

 span { border-color: rgb(113,36,171); }

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