Html Css Color HEX #7E17EB Blue Violet

📋 copy color: '#7E17EB'

red 126 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #7E17EB

Tints of Blue Violet #7E17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 32.81%
G = 5.99%
B = 61.2%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E17EB (or 0x7E17EB) is known color: Blue Violet. HEX triplet: 7E, 17 and EB. RGB value is (126,23,235). Sum of RGB (Red+Green+Blue) = 126+23+235=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E17EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E17EB is #81E814. Grayscale: #4D4D4D. Windows color (decimal): -8513557 or 15406974. OLE color: 15406974.

HSL color Cylindrical-coordinate representation of color #7E17EB: hue angle of 269.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E17EB is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 23 235 -
CMYK 0.46 0.90 0 0.08
HSL 269.15º 0.84% 0.51% -
HSV(B) 269.15º 0.9% 0.92% -
XYZ 23.91 11.05 79.47 -
YUV 77.97 216.62 162.26 -
System Red Green Blue C M Y K H S L
Decimal 126 23 235 0.46 0.90 0 0.08 269.15 0.84 0.51
Hex 7E 17 EB 2E 5A 0 8 10D 54 33
Octal 176 27 353 56 132 0 10 415 124 63
Binary 1111110 10111 11101011 101110 1011010 0 1000 100001101 1010100 110011

Color Harmonies of #7E17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E17EB

Black with #7E17EB

Text Example


Text Example

White with #7E17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,23,235); }

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

background-color css

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

 a { background-color: rgb(126,23,235); }

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

border-color css

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

 span { border-color: rgb(126,23,235); }

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