Html Css Color HEX #7C1DEC Blue Violet

📋 copy color: '#7C1DEC'

red 124 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #7C1DEC

Tints of Blue Violet #7C1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

 BLUE value IS 236 (92.58% from 255) = 60.67%

R = 31.88%
G = 7.46%
B = 60.67%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C1DEC (or 0x7C1DEC) is known color: Blue Violet. HEX triplet: 7C, 1D and EC. RGB value is (124,29,236). Sum of RGB (Red+Green+Blue) = 124+29+236=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C1DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1DEC is #83E213. Grayscale: #505050. Windows color (decimal): -8643092 or 15474044. OLE color: 15474044.

HSL color Cylindrical-coordinate representation of color #7C1DEC: hue angle of 267.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1DEC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 29 236 -
CMYK 0.47 0.88 0 0.07
HSL 267.54º 0.84% 0.52% -
HSV(B) 267.54º 0.88% 0.93% -
XYZ 23.89 11.22 80.26 -
YUV 81 215.47 158.67 -
System Red Green Blue C M Y K H S L
Decimal 124 29 236 0.47 0.88 0 0.07 267.54 0.84 0.52
Hex 7C 1D EC 2F 58 0 7 10C 54 34
Octal 174 35 354 57 130 0 7 414 124 64
Binary 1111100 11101 11101100 101111 1011000 0 111 100001100 1010100 110100

Color Harmonies of #7C1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1DEC

Black with #7C1DEC

Text Example


Text Example

White with #7C1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,29,236); }

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

background-color css

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

 a { background-color: rgb(124,29,236); }

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

border-color css

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

 span { border-color: rgb(124,29,236); }

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