Html Css Color HEX #7518AE Purple Heart

📋 copy color: '#7518AE'

red 117 ◦ green 24 ◦ blue 174

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

Shades of Purple Heart #7518AE

Tints of Purple Heart #7518AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

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

R = 37.14%
G = 7.62%
B = 55.24%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7518AE (or 0x7518AE) is known color: Purple Heart. HEX triplet: 75, 18 and AE. RGB value is (117,24,174). Sum of RGB (Red+Green+Blue) = 117+24+174=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #7518AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7518AE is #8AE751. Grayscale: #444444. Windows color (decimal): -9103186 or 11409525. OLE color: 11409525.

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

Color convert

RGB 117 24 174 -
CMYK 0.33 0.86 0 0.32
HSL 277.2º 0.76% 0.39% -
HSV(B) 277.2º 0.86% 0.68% -
XYZ 15.3 7.49 40.68 -
YUV 68.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 117 24 174 0.33 0.86 0 0.32 277.2 0.76 0.39
Hex 75 18 AE 21 56 0 20 115 4C 27
Octal 165 30 256 41 126 0 40 425 114 47
Binary 1110101 11000 10101110 100001 1010110 0 100000 100010101 1001100 100111

Color Harmonies of #7518AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518AE

Black with #7518AE

Text Example


Text Example

White with #7518AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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