Html Css Color HEX #7E19F1 Blue Violet

📋 copy color: '#7E19F1'

red 126 ◦ green 25 ◦ blue 241

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

Shades of Blue Violet #7E19F1

Tints of Blue Violet #7E19F1

RGB

 RED value IS 126 (49.61% from 255) = 32.14%

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

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 32.14%
G = 6.38%
B = 61.48%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7E19F1 (or 0x7E19F1) is known color: Blue Violet. HEX triplet: 7E, 19 and F1. RGB value is (126,25,241). Sum of RGB (Red+Green+Blue) = 126+25+241=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #7E19F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E19F1 is #81E60E. Grayscale: #4F4F4F. Windows color (decimal): -8513039 or 15800702. OLE color: 15800702.

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

Color convert

RGB 126 25 241 -
CMYK 0.48 0.90 0 0.05
HSL 268.06º 0.89% 0.52% -
HSV(B) 268.06º 0.9% 0.95% -
XYZ 24.83 11.48 84.13 -
YUV 79.82 218.96 160.94 -
System Red Green Blue C M Y K H S L
Decimal 126 25 241 0.48 0.90 0 0.05 268.06 0.89 0.52
Hex 7E 19 F1 30 5A 0 5 10C 59 34
Octal 176 31 361 60 132 0 5 414 131 64
Binary 1111110 11001 11110001 110000 1011010 0 101 100001100 1011001 110100

Color Harmonies of #7E19F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E19F1

Black with #7E19F1

Text Example


Text Example

White with #7E19F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,241); }

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

background-color css

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

 a { background-color: rgb(126,25,241); }

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

border-color css

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

 span { border-color: rgb(126,25,241); }

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