Html Css Color HEX #7C19F6 Blue Violet

📋 copy color: '#7C19F6'

red 124 ◦ green 25 ◦ blue 246

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

Shades of Blue Violet #7C19F6

Tints of Blue Violet #7C19F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.28%

R = 31.39%
G = 6.33%
B = 62.28%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7C19F6 (or 0x7C19F6) is known color: Blue Violet. HEX triplet: 7C, 19 and F6. RGB value is (124,25,246). Sum of RGB (Red+Green+Blue) = 124+25+246=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C19F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19F6 is #83E609. Grayscale: #4F4F4F. Windows color (decimal): -8644106 or 16128380. OLE color: 16128380.

HSL color Cylindrical-coordinate representation of color #7C19F6: hue angle of 266.88º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C19F6 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 25 246 -
CMYK 0.50 0.90 0 0.04
HSL 266.88º 0.92% 0.53% -
HSV(B) 266.88º 0.9% 0.96% -
XYZ 25.29 11.63 88.1 -
YUV 79.8 221.8 159.53 -
System Red Green Blue C M Y K H S L
Decimal 124 25 246 0.50 0.90 0 0.04 266.88 0.92 0.53
Hex 7C 19 F6 32 5A 0 4 10B 5C 35
Octal 174 31 366 62 132 0 4 413 134 65
Binary 1111100 11001 11110110 110010 1011010 0 100 100001011 1011100 110101

Color Harmonies of #7C19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C19F6

Black with #7C19F6

Text Example


Text Example

White with #7C19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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