Html Css Color HEX #7C19EF Blue Violet

📋 copy color: '#7C19EF'

red 124 ◦ green 25 ◦ blue 239

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

Shades of Blue Violet #7C19EF

Tints of Blue Violet #7C19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 31.96%
G = 6.44%
B = 61.6%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C19EF (or 0x7C19EF) is known color: Blue Violet. HEX triplet: 7C, 19 and EF. RGB value is (124,25,239). Sum of RGB (Red+Green+Blue) = 124+25+239=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19EF is #83E610. Grayscale: #4E4E4E. Windows color (decimal): -8644113 or 15669628. OLE color: 15669628.

HSL color Cylindrical-coordinate representation of color #7C19EF: hue angle of 267.76º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C19EF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 25 239 -
CMYK 0.48 0.90 0 0.06
HSL 267.76º 0.87% 0.52% -
HSV(B) 267.76º 0.9% 0.94% -
XYZ 24.24 11.21 82.55 -
YUV 79 218.3 160.1 -
System Red Green Blue C M Y K H S L
Decimal 124 25 239 0.48 0.90 0 0.06 267.76 0.87 0.52
Hex 7C 19 EF 30 5A 0 6 10C 57 34
Octal 174 31 357 60 132 0 6 414 127 64
Binary 1111100 11001 11101111 110000 1011010 0 110 100001100 1010111 110100

Color Harmonies of #7C19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C19EF

Black with #7C19EF

Text Example


Text Example

White with #7C19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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