Html Css Color HEX #7515AA Purple Heart

📋 copy color: '#7515AA'

red 117 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #7515AA

Tints of Purple Heart #7515AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 37.99%
G = 6.82%
B = 55.19%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7515AA (or 0x7515AA) is known color: Purple Heart. HEX triplet: 75, 15 and AA. RGB value is (117,21,170). Sum of RGB (Red+Green+Blue) = 117+21+170=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7515AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515AA is #8AEA55. Grayscale: #424242. Windows color (decimal): -9103958 or 11146613. OLE color: 11146613.

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

Color convert

RGB 117 21 170 -
CMYK 0.31 0.88 0 0.33
HSL 278.66º 0.78% 0.37% -
HSV(B) 278.66º 0.88% 0.67% -
XYZ 14.86 7.22 38.64 -
YUV 66.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 117 21 170 0.31 0.88 0 0.33 278.66 0.78 0.37
Hex 75 15 AA 1F 58 0 21 117 4E 25
Octal 165 25 252 37 130 0 41 427 116 45
Binary 1110101 10101 10101010 11111 1011000 0 100001 100010111 1001110 100101

Color Harmonies of #7515AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515AA

Black with #7515AA

Text Example


Text Example

White with #7515AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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