Html Css Color HEX #7515AB Purple Heart

📋 copy color: '#7515AB'

red 117 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #7515AB

Tints of Purple Heart #7515AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

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

R = 37.86%
G = 6.8%
B = 55.34%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7515AB (or 0x7515AB) is known color: Purple Heart. HEX triplet: 75, 15 and AB. RGB value is (117,21,171). Sum of RGB (Red+Green+Blue) = 117+21+171=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7515AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515AB is #8AEA54. Grayscale: #424242. Windows color (decimal): -9103957 or 11212149. OLE color: 11212149.

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

Color convert

RGB 117 21 171 -
CMYK 0.32 0.88 0 0.33
HSL 278.4º 0.78% 0.38% -
HSV(B) 278.4º 0.88% 0.67% -
XYZ 14.95 7.26 39.14 -
YUV 66.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 117 21 171 0.32 0.88 0 0.33 278.4 0.78 0.38
Hex 75 15 AB 20 58 0 21 116 4E 26
Octal 165 25 253 40 130 0 41 426 116 46
Binary 1110101 10101 10101011 100000 1011000 0 100001 100010110 1001110 100110

Color Harmonies of #7515AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515AB

Black with #7515AB

Text Example


Text Example

White with #7515AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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