Html Css Color HEX #7614AC Purple Heart

📋 copy color: '#7614AC'

red 118 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #7614AC

Tints of Purple Heart #7614AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 38.06%
G = 6.45%
B = 55.48%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7614AC (or 0x7614AC) is known color: Purple Heart. HEX triplet: 76, 14 and AC. RGB value is (118,20,172). Sum of RGB (Red+Green+Blue) = 118+20+172=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #7614AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7614AC is #89EB53. Grayscale: #424242. Windows color (decimal): -9038676 or 11277430. OLE color: 11277430.

HSL color Cylindrical-coordinate representation of color #7614AC: hue angle of 278.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7614AC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 20 172 -
CMYK 0.31 0.88 0 0.33
HSL 278.68º 0.79% 0.38% -
HSV(B) 278.68º 0.88% 0.67% -
XYZ 15.17 7.33 39.65 -
YUV 66.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 118 20 172 0.31 0.88 0 0.33 278.68 0.79 0.38
Hex 76 14 AC 1F 58 0 21 117 4F 26
Octal 166 24 254 37 130 0 41 427 117 46
Binary 1110110 10100 10101100 11111 1011000 0 100001 100010111 1001111 100110

Color Harmonies of #7614AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614AC

Black with #7614AC

Text Example


Text Example

White with #7614AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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