Html Css Color HEX #7C1EBA Purple Heart

📋 copy color: '#7C1EBA'

red 124 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #7C1EBA

Tints of Purple Heart #7C1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 36.47%
G = 8.82%
B = 54.71%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C1EBA (or 0x7C1EBA) is known color: Purple Heart. HEX triplet: 7C, 1E and BA. RGB value is (124,30,186). Sum of RGB (Red+Green+Blue) = 124+30+186=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1EBA is #83E145. Grayscale: #4B4B4B. Windows color (decimal): -8642886 or 12197500. OLE color: 12197500.

HSL color Cylindrical-coordinate representation of color #7C1EBA: hue angle of 276.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1EBA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 30 186 -
CMYK 0.33 0.84 0 0.27
HSL 276.15º 0.72% 0.42% -
HSV(B) 276.15º 0.84% 0.73% -
XYZ 17.64 8.76 47.22 -
YUV 75.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 124 30 186 0.33 0.84 0 0.27 276.15 0.72 0.42
Hex 7C 1E BA 21 54 0 1B 114 48 2A
Octal 174 36 272 41 124 0 33 424 110 52
Binary 1111100 11110 10111010 100001 1010100 0 11011 100010100 1001000 101010

Color Harmonies of #7C1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EBA

Black with #7C1EBA

Text Example


Text Example

White with #7C1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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