Html Css Color HEX #7515AE Purple Heart

📋 copy color: '#7515AE'

red 117 ◦ green 21 ◦ blue 174

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

Shades of Purple Heart #7515AE

Tints of Purple Heart #7515AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 37.5%
G = 6.73%
B = 55.77%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7515AE (or 0x7515AE) is known color: Purple Heart. HEX triplet: 75, 15 and AE. RGB value is (117,21,174). Sum of RGB (Red+Green+Blue) = 117+21+174=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #7515AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515AE is #8AEA51. Grayscale: #424242. Windows color (decimal): -9103954 or 11408757. OLE color: 11408757.

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

Color convert

RGB 117 21 174 -
CMYK 0.33 0.88 0 0.32
HSL 277.65º 0.78% 0.38% -
HSV(B) 277.65º 0.88% 0.68% -
XYZ 15.24 7.37 40.66 -
YUV 67.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 117 21 174 0.33 0.88 0 0.32 277.65 0.78 0.38
Hex 75 15 AE 21 58 0 20 116 4E 26
Octal 165 25 256 41 130 0 40 426 116 46
Binary 1110101 10101 10101110 100001 1011000 0 100000 100010110 1001110 100110

Color Harmonies of #7515AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515AE

Black with #7515AE

Text Example


Text Example

White with #7515AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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