Html Css Color HEX #7C1ECE Blue Violet

📋 copy color: '#7C1ECE'

red 124 ◦ green 30 ◦ blue 206

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

Shades of Blue Violet #7C1ECE

Tints of Blue Violet #7C1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 34.44%
G = 8.33%
B = 57.22%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C1ECE (or 0x7C1ECE) is known color: Blue Violet. HEX triplet: 7C, 1E and CE. RGB value is (124,30,206). Sum of RGB (Red+Green+Blue) = 124+30+206=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1ECE is #83E131. Grayscale: #4D4D4D. Windows color (decimal): -8642866 or 13508220. OLE color: 13508220.

HSL color Cylindrical-coordinate representation of color #7C1ECE: hue angle of 272.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1ECE is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 30 206 -
CMYK 0.40 0.85 0 0.19
HSL 272.05º 0.75% 0.46% -
HSV(B) 272.05º 0.85% 0.81% -
XYZ 19.92 9.67 59.21 -
YUV 78.17 200.14 160.69 -
System Red Green Blue C M Y K H S L
Decimal 124 30 206 0.40 0.85 0 0.19 272.05 0.75 0.46
Hex 7C 1E CE 28 55 0 13 110 4B 2E
Octal 174 36 316 50 125 0 23 420 113 56
Binary 1111100 11110 11001110 101000 1010101 0 10011 100010000 1001011 101110

Color Harmonies of #7C1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1ECE

Black with #7C1ECE

Text Example


Text Example

White with #7C1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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