Html Css Color HEX #7122AB Purple Heart

📋 copy color: '#7122AB'

red 113 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #7122AB

Tints of Purple Heart #7122AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 35.53%
G = 10.69%
B = 53.77%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7122AB (or 0x7122AB) is known color: Purple Heart. HEX triplet: 71, 22 and AB. RGB value is (113,34,171). Sum of RGB (Red+Green+Blue) = 113+34+171=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7122AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7122AB is #8EDD54. Grayscale: #484848. Windows color (decimal): -9362773 or 11215473. OLE color: 11215473.

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

Color convert

RGB 113 34 171 -
CMYK 0.34 0.80 0 0.33
HSL 274.6º 0.67% 0.4% -
HSV(B) 274.6º 0.8% 0.67% -
XYZ 14.73 7.6 39.22 -
YUV 73.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 113 34 171 0.34 0.80 0 0.33 274.6 0.67 0.4
Hex 71 22 AB 22 50 0 21 113 43 28
Octal 161 42 253 42 120 0 41 423 103 50
Binary 1110001 100010 10101011 100010 1010000 0 100001 100010011 1000011 101000

Color Harmonies of #7122AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7122AB

Black with #7122AB

Text Example


Text Example

White with #7122AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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