Html Css Color HEX #7518AB Purple Heart

📋 copy color: '#7518AB'

red 117 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #7518AB

Tints of Purple Heart #7518AB

RGB

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

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

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

R = 37.5%
G = 7.69%
B = 54.81%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7518AB (or 0x7518AB) is known color: Purple Heart. HEX triplet: 75, 18 and AB. RGB value is (117,24,171). Sum of RGB (Red+Green+Blue) = 117+24+171=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #7518AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7518AB is #8AE754. Grayscale: #444444. Windows color (decimal): -9103189 or 11212917. OLE color: 11212917.

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

Color convert

RGB 117 24 171 -
CMYK 0.32 0.86 0 0.33
HSL 277.96º 0.75% 0.38% -
HSV(B) 277.96º 0.86% 0.67% -
XYZ 15.01 7.38 39.16 -
YUV 68.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 117 24 171 0.32 0.86 0 0.33 277.96 0.75 0.38
Hex 75 18 AB 20 56 0 21 116 4B 26
Octal 165 30 253 40 126 0 41 426 113 46
Binary 1110101 11000 10101011 100000 1010110 0 100001 100010110 1001011 100110

Color Harmonies of #7518AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518AB

Black with #7518AB

Text Example


Text Example

White with #7518AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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