Html Css Color HEX #7C19FA Blue Violet

📋 copy color: '#7C19FA'

red 124 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #7C19FA

Tints of Blue Violet #7C19FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 31.08%
G = 6.27%
B = 62.66%

CMYK

 C value IS 0.50

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C19FA (or 0x7C19FA) is known color: Blue Violet. HEX triplet: 7C, 19 and FA. RGB value is (124,25,250). Sum of RGB (Red+Green+Blue) = 124+25+250=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19FA is #83E605. Grayscale: #4F4F4F. Windows color (decimal): -8644102 or 16390524. OLE color: 16390524.

HSL color Cylindrical-coordinate representation of color #7C19FA: hue angle of 266.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C19FA is Cyan = 0.50, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 25 250 -
CMYK 0.50 0.9 0 0.02
HSL 266.4º 0.96% 0.54% -
HSV(B) 266.4º 0.9% 0.98% -
XYZ 25.92 11.88 91.37 -
YUV 80.25 223.8 159.2 -
System Red Green Blue C M Y K H S L
Decimal 124 25 250 0.50 0.9 0 0.02 266.4 0.96 0.54
Hex 7C 19 FA 32 5A 0 2 10A 60 36
Octal 174 31 372 62 132 0 2 412 140 66
Binary 1111100 11001 11111010 110010 1011010 0 10 100001010 1100000 110110

Color Harmonies of #7C19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C19FA

Black with #7C19FA

Text Example


Text Example

White with #7C19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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