Html Css Color HEX #7514AD Purple Heart

📋 copy color: '#7514AD'

red 117 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #7514AD

Tints of Purple Heart #7514AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 37.74%
G = 6.45%
B = 55.81%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7514AD (or 0x7514AD) is known color: Purple Heart. HEX triplet: 75, 14 and AD. RGB value is (117,20,173). Sum of RGB (Red+Green+Blue) = 117+20+173=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7514AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7514AD is #8AEB52. Grayscale: #414141. Windows color (decimal): -9104211 or 11342965. OLE color: 11342965.

HSL color Cylindrical-coordinate representation of color #7514AD: hue angle of 278.04º degrees, saturation: 0.79, 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 #7514AD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 20 173 -
CMYK 0.32 0.88 0 0.32
HSL 278.04º 0.79% 0.38% -
HSV(B) 278.04º 0.88% 0.68% -
XYZ 15.13 7.3 40.15 -
YUV 66.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 117 20 173 0.32 0.88 0 0.32 278.04 0.79 0.38
Hex 75 14 AD 20 58 0 20 116 4F 26
Octal 165 24 255 40 130 0 40 426 117 46
Binary 1110101 10100 10101101 100000 1011000 0 100000 100010110 1001111 100110

Color Harmonies of #7514AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514AD

Black with #7514AD

Text Example


Text Example

White with #7514AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7514AD; }

 p { color: rgb(117,20,173); }

 H1.HeaderClassName
 {
   color: #7514AD;
 }
 .AnyTagClassName
 {
   color: #7514AD;
 }
</style>

background-color css

<style>
 a { background-color: #7514AD; }

 a { background-color: rgb(117,20,173); }

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

border-color css

<style>
 span { border-color: #7514AD; }

 span { border-color: rgb(117,20,173); }

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