Html Css Color HEX #7C1EC2 Purple Heart

📋 copy color: '#7C1EC2'

red 124 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #7C1EC2

Tints of Purple Heart #7C1EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 55.75%

R = 35.63%
G = 8.62%
B = 55.75%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7C1EC2 (or 0x7C1EC2) is known color: Purple Heart. HEX triplet: 7C, 1E and C2. RGB value is (124,30,194). Sum of RGB (Red+Green+Blue) = 124+30+194=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C1EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1EC2 is #83E13D. Grayscale: #4C4C4C. Windows color (decimal): -8642878 or 12721788. OLE color: 12721788.

HSL color Cylindrical-coordinate representation of color #7C1EC2: hue angle of 274.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1EC2 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 30 194 -
CMYK 0.36 0.85 0 0.24
HSL 274.39º 0.73% 0.44% -
HSV(B) 274.39º 0.85% 0.76% -
XYZ 18.51 9.11 51.82 -
YUV 76.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 124 30 194 0.36 0.85 0 0.24 274.39 0.73 0.44
Hex 7C 1E C2 24 55 0 18 112 49 2C
Octal 174 36 302 44 125 0 30 422 111 54
Binary 1111100 11110 11000010 100100 1010101 0 11000 100010010 1001001 101100

Color Harmonies of #7C1EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EC2

Black with #7C1EC2

Text Example


Text Example

White with #7C1EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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