Html Css Color HEX #7C14AF Purple Heart

📋 copy color: '#7C14AF'

red 124 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #7C14AF

Tints of Purple Heart #7C14AF

RGB

 RED value IS 124 (48.83% from 255) = 38.87%

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

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 38.87%
G = 6.27%
B = 54.86%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C14AF (or 0x7C14AF) is known color: Purple Heart. HEX triplet: 7C, 14 and AF. RGB value is (124,20,175). Sum of RGB (Red+Green+Blue) = 124+20+175=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C14AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C14AF is #83EB50. Grayscale: #444444. Windows color (decimal): -8645457 or 11474044. OLE color: 11474044.

HSL color Cylindrical-coordinate representation of color #7C14AF: hue angle of 280.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C14AF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 20 175 -
CMYK 0.29 0.89 0 0.31
HSL 280.26º 0.79% 0.38% -
HSV(B) 280.26º 0.89% 0.69% -
XYZ 16.3 7.88 41.22 -
YUV 68.77 187.96 167.4 -
System Red Green Blue C M Y K H S L
Decimal 124 20 175 0.29 0.89 0 0.31 280.26 0.79 0.38
Hex 7C 14 AF 1D 59 0 1F 118 4F 26
Octal 174 24 257 35 131 0 37 430 117 46
Binary 1111100 10100 10101111 11101 1011001 0 11111 100011000 1001111 100110

Color Harmonies of #7C14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C14AF

Black with #7C14AF

Text Example


Text Example

White with #7C14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C14AF; }

 p { color: rgb(124,20,175); }

 H1.HeaderClassName
 {
   color: #7C14AF;
 }
 .AnyTagClassName
 {
   color: #7C14AF;
 }
</style>

background-color css

<style>
 a { background-color: #7C14AF; }

 a { background-color: rgb(124,20,175); }

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

border-color css

<style>
 span { border-color: #7C14AF; }

 span { border-color: rgb(124,20,175); }

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