Html Css Color HEX #7519AB Purple Heart

📋 copy color: '#7519AB'

red 117 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #7519AB

Tints of Purple Heart #7519AB

RGB

 RED value IS 117 (46.09% from 255) = 37.38%

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 37.38%
G = 7.99%
B = 54.63%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7519AB (or 0x7519AB) is known color: Purple Heart. HEX triplet: 75, 19 and AB. RGB value is (117,25,171). Sum of RGB (Red+Green+Blue) = 117+25+171=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #7519AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7519AB is #8AE654. Grayscale: #444444. Windows color (decimal): -9102933 or 11213173. OLE color: 11213173.

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

Color convert

RGB 117 25 171 -
CMYK 0.32 0.85 0 0.33
HSL 277.81º 0.74% 0.38% -
HSV(B) 277.81º 0.85% 0.67% -
XYZ 15.03 7.42 39.17 -
YUV 69.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 117 25 171 0.32 0.85 0 0.33 277.81 0.74 0.38
Hex 75 19 AB 20 55 0 21 116 4A 26
Octal 165 31 253 40 125 0 41 426 112 46
Binary 1110101 11001 10101011 100000 1010101 0 100001 100010110 1001010 100110

Color Harmonies of #7519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519AB

Black with #7519AB

Text Example


Text Example

White with #7519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,25,171); }

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

background-color css

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

 a { background-color: rgb(117,25,171); }

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

border-color css

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

 span { border-color: rgb(117,25,171); }

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