Html Css Color HEX #7C1EAF Purple Heart

📋 copy color: '#7C1EAF'

red 124 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #7C1EAF

Tints of Purple Heart #7C1EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 37.69%
G = 9.12%
B = 53.19%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C1EAF (or 0x7C1EAF) is known color: Purple Heart. HEX triplet: 7C, 1E and AF. RGB value is (124,30,175). Sum of RGB (Red+Green+Blue) = 124+30+175=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C1EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1EAF is #83E150. Grayscale: #4A4A4A. Windows color (decimal): -8642897 or 11476604. OLE color: 11476604.

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

Color convert

RGB 124 30 175 -
CMYK 0.29 0.83 0 0.31
HSL 278.9º 0.71% 0.4% -
HSV(B) 278.9º 0.83% 0.69% -
XYZ 16.51 8.31 41.29 -
YUV 74.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 124 30 175 0.29 0.83 0 0.31 278.9 0.71 0.4
Hex 7C 1E AF 1D 53 0 1F 117 47 28
Octal 174 36 257 35 123 0 37 427 107 50
Binary 1111100 11110 10101111 11101 1010011 0 11111 100010111 1000111 101000

Color Harmonies of #7C1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EAF

Black with #7C1EAF

Text Example


Text Example

White with #7C1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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