Html Css Color HEX #7C19EC Blue Violet

📋 copy color: '#7C19EC'

red 124 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #7C19EC

Tints of Blue Violet #7C19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

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

R = 32.21%
G = 6.49%
B = 61.3%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C19EC (or 0x7C19EC) is known color: Blue Violet. HEX triplet: 7C, 19 and EC. RGB value is (124,25,236). Sum of RGB (Red+Green+Blue) = 124+25+236=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C19EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19EC is #83E613. Grayscale: #4D4D4D. Windows color (decimal): -8644116 or 15473020. OLE color: 15473020.

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

Color convert

RGB 124 25 236 -
CMYK 0.47 0.89 0 0.07
HSL 268.15º 0.85% 0.51% -
HSV(B) 268.15º 0.89% 0.93% -
XYZ 23.8 11.04 80.23 -
YUV 78.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 124 25 236 0.47 0.89 0 0.07 268.15 0.85 0.51
Hex 7C 19 EC 2F 59 0 7 10C 55 33
Octal 174 31 354 57 131 0 7 414 125 63
Binary 1111100 11001 11101100 101111 1011001 0 111 100001100 1010101 110011

Color Harmonies of #7C19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C19EC

Black with #7C19EC

Text Example


Text Example

White with #7C19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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