Html Css Color HEX #7614AE Purple Heart

📋 copy color: '#7614AE'

red 118 ◦ green 20 ◦ blue 174

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

Shades of Purple Heart #7614AE

Tints of Purple Heart #7614AE

RGB

 RED value IS 118 (46.48% from 255) = 37.82%

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

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

R = 37.82%
G = 6.41%
B = 55.77%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7614AE (or 0x7614AE) is known color: Purple Heart. HEX triplet: 76, 14 and AE. RGB value is (118,20,174). Sum of RGB (Red+Green+Blue) = 118+20+174=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 20 (8.20% from 255 or 6.41% 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 #7614AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7614AE is #89EB51. Grayscale: #424242. Windows color (decimal): -9038674 or 11408502. OLE color: 11408502.

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

Color convert

RGB 118 20 174 -
CMYK 0.32 0.89 0 0.32
HSL 278.18º 0.79% 0.38% -
HSV(B) 278.18º 0.89% 0.68% -
XYZ 15.36 7.41 40.66 -
YUV 66.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 118 20 174 0.32 0.89 0 0.32 278.18 0.79 0.38
Hex 76 14 AE 20 59 0 20 116 4F 26
Octal 166 24 256 40 131 0 40 426 117 46
Binary 1110110 10100 10101110 100000 1011001 0 100000 100010110 1001111 100110

Color Harmonies of #7614AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614AE

Black with #7614AE

Text Example


Text Example

White with #7614AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,20,174); }

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

background-color css

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

 a { background-color: rgb(118,20,174); }

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

border-color css

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

 span { border-color: rgb(118,20,174); }

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