Html Css Color HEX #7420AB Purple Heart

📋 copy color: '#7420AB'

red 116 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #7420AB

Tints of Purple Heart #7420AB

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 36.36%
G = 10.03%
B = 53.61%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7420AB (or 0x7420AB) is known color: Purple Heart. HEX triplet: 74, 20 and AB. RGB value is (116,32,171). Sum of RGB (Red+Green+Blue) = 116+32+171=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7420AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7420AB is #8BDF54. Grayscale: #484848. Windows color (decimal): -9166677 or 11214964. OLE color: 11214964.

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

Color convert

RGB 116 32 171 -
CMYK 0.32 0.81 0 0.33
HSL 276.26º 0.68% 0.4% -
HSV(B) 276.26º 0.81% 0.67% -
XYZ 15.07 7.69 39.22 -
YUV 72.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 116 32 171 0.32 0.81 0 0.33 276.26 0.68 0.4
Hex 74 20 AB 20 51 0 21 114 44 28
Octal 164 40 253 40 121 0 41 424 104 50
Binary 1110100 100000 10101011 100000 1010001 0 100001 100010100 1000100 101000

Color Harmonies of #7420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420AB

Black with #7420AB

Text Example


Text Example

White with #7420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,32,171); }

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

background-color css

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

 a { background-color: rgb(116,32,171); }

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

border-color css

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

 span { border-color: rgb(116,32,171); }

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