Html Css Color HEX #7E28EE Blue Violet

📋 copy color: '#7E28EE'

red 126 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #7E28EE

Tints of Blue Violet #7E28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.9%

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 31.19%
G = 9.9%
B = 58.91%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E28EE (or 0x7E28EE) is known color: Blue Violet. HEX triplet: 7E, 28 and EE. RGB value is (126,40,238). Sum of RGB (Red+Green+Blue) = 126+40+238=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E28EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E28EE is #81D711. Grayscale: #575757. Windows color (decimal): -8509202 or 15607934. OLE color: 15607934.

HSL color Cylindrical-coordinate representation of color #7E28EE: hue angle of 266.06º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E28EE is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 40 238 -
CMYK 0.47 0.83 0 0.07
HSL 266.06º 0.85% 0.55% -
HSV(B) 266.06º 0.83% 0.93% -
XYZ 24.8 12.13 81.92 -
YUV 88.29 212.49 154.9 -
System Red Green Blue C M Y K H S L
Decimal 126 40 238 0.47 0.83 0 0.07 266.06 0.85 0.55
Hex 7E 28 EE 2F 53 0 7 10A 55 37
Octal 176 50 356 57 123 0 7 412 125 67
Binary 1111110 101000 11101110 101111 1010011 0 111 100001010 1010101 110111

Color Harmonies of #7E28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E28EE

Black with #7E28EE

Text Example


Text Example

White with #7E28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,238); }

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

background-color css

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

 a { background-color: rgb(126,40,238); }

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

border-color css

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

 span { border-color: rgb(126,40,238); }

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