Html Css Color HEX #7520AB Purple Heart

📋 copy color: '#7520AB'

red 117 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #7520AB

Tints of Purple Heart #7520AB

RGB

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

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

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

R = 36.56%
G = 10%
B = 53.44%

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

#7520AB (or 0x7520AB) is known color: Purple Heart. HEX triplet: 75, 20 and AB. RGB value is (117,32,171). Sum of RGB (Red+Green+Blue) = 117+32+171=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 32 (12.89% from 255 or 10% 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 #7520AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7520AB is #8ADF54. Grayscale: #484848. Windows color (decimal): -9101141 or 11214965. OLE color: 11214965.

HSL color Cylindrical-coordinate representation of color #7520AB: hue angle of 276.69º 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 #7520AB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 32 171 -
CMYK 0.32 0.81 0 0.33
HSL 276.69º 0.68% 0.4% -
HSV(B) 276.69º 0.81% 0.67% -
XYZ 15.2 7.76 39.22 -
YUV 73.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 117 32 171 0.32 0.81 0 0.33 276.69 0.68 0.4
Hex 75 20 AB 20 51 0 21 115 44 28
Octal 165 40 253 40 121 0 41 425 104 50
Binary 1110101 100000 10101011 100000 1010001 0 100001 100010101 1000100 101000

Color Harmonies of #7520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520AB

Black with #7520AB

Text Example


Text Example

White with #7520AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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