Html Css Color HEX #7C1EBC Purple Heart

📋 copy color: '#7C1EBC'

red 124 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #7C1EBC

Tints of Purple Heart #7C1EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 36.26%
G = 8.77%
B = 54.97%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C1EBC (or 0x7C1EBC) is known color: Purple Heart. HEX triplet: 7C, 1E and BC. RGB value is (124,30,188). Sum of RGB (Red+Green+Blue) = 124+30+188=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C1EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1EBC is #83E143. Grayscale: #4B4B4B. Windows color (decimal): -8642884 or 12328572. OLE color: 12328572.

HSL color Cylindrical-coordinate representation of color #7C1EBC: hue angle of 275.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1EBC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 30 188 -
CMYK 0.34 0.84 0 0.26
HSL 275.7º 0.72% 0.43% -
HSV(B) 275.7º 0.84% 0.74% -
XYZ 17.85 8.84 48.34 -
YUV 76.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 124 30 188 0.34 0.84 0 0.26 275.7 0.72 0.43
Hex 7C 1E BC 22 54 0 1A 114 48 2B
Octal 174 36 274 42 124 0 32 424 110 53
Binary 1111100 11110 10111100 100010 1010100 0 11010 100010100 1001000 101011

Color Harmonies of #7C1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EBC

Black with #7C1EBC

Text Example


Text Example

White with #7C1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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