Html Css Color HEX #7E18FA Blue Violet

📋 copy color: '#7E18FA'

red 126 ◦ green 24 ◦ blue 250

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

Shades of Blue Violet #7E18FA

Tints of Blue Violet #7E18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

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

R = 31.5%
G = 6%
B = 62.5%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E18FA (or 0x7E18FA) is known color: Blue Violet. HEX triplet: 7E, 18 and FA. RGB value is (126,24,250). Sum of RGB (Red+Green+Blue) = 126+24+250=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E18FA is #81E705. Grayscale: #4F4F4F. Windows color (decimal): -8513286 or 16390270. OLE color: 16390270.

HSL color Cylindrical-coordinate representation of color #7E18FA: hue angle of 267.08º 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 #7E18FA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 24 250 -
CMYK 0.50 0.90 0 0.02
HSL 267.08º 0.96% 0.54% -
HSV(B) 267.08º 0.9% 0.98% -
XYZ 26.19 11.99 91.38 -
YUV 80.26 223.79 160.62 -
System Red Green Blue C M Y K H S L
Decimal 126 24 250 0.50 0.90 0 0.02 267.08 0.96 0.54
Hex 7E 18 FA 32 5A 0 2 10B 60 36
Octal 176 30 372 62 132 0 2 413 140 66
Binary 1111110 11000 11111010 110010 1011010 0 10 100001011 1100000 110110

Color Harmonies of #7E18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E18FA

Black with #7E18FA

Text Example


Text Example

White with #7E18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,24,250); }

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

background-color css

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

 a { background-color: rgb(126,24,250); }

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

border-color css

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

 span { border-color: rgb(126,24,250); }

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