Html Css Color HEX #7C19EE Blue Violet

📋 copy color: '#7C19EE'

red 124 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #7C19EE

Tints of Blue Violet #7C19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 32.04%
G = 6.46%
B = 61.5%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C19EE (or 0x7C19EE) is known color: Blue Violet. HEX triplet: 7C, 19 and EE. RGB value is (124,25,238). Sum of RGB (Red+Green+Blue) = 124+25+238=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C19EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19EE is #83E611. Grayscale: #4E4E4E. Windows color (decimal): -8644114 or 15604092. OLE color: 15604092.

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

Color convert

RGB 124 25 238 -
CMYK 0.48 0.89 0 0.07
HSL 267.89º 0.86% 0.52% -
HSV(B) 267.89º 0.89% 0.93% -
XYZ 24.09 11.15 81.77 -
YUV 78.88 217.8 160.18 -
System Red Green Blue C M Y K H S L
Decimal 124 25 238 0.48 0.89 0 0.07 267.89 0.86 0.52
Hex 7C 19 EE 30 59 0 7 10C 56 34
Octal 174 31 356 60 131 0 7 414 126 64
Binary 1111100 11001 11101110 110000 1011001 0 111 100001100 1010110 110100

Color Harmonies of #7C19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C19EE

Black with #7C19EE

Text Example


Text Example

White with #7C19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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