Html Css Color HEX #7E2AFC Blue Violet

📋 copy color: '#7E2AFC'

red 126 ◦ green 42 ◦ blue 252

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

Shades of Blue Violet #7E2AFC

Tints of Blue Violet #7E2AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 252 (98.83% from 255) = 60%

R = 30%
G = 10%
B = 60%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E2AFC (or 0x7E2AFC) is known color: Blue Violet. HEX triplet: 7E, 2A and FC. RGB value is (126,42,252). Sum of RGB (Red+Green+Blue) = 126+42+252=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E2AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2AFC is #81D503. Grayscale: #5A5A5A. Windows color (decimal): -8508676 or 16525950. OLE color: 16525950.

HSL color Cylindrical-coordinate representation of color #7E2AFC: hue angle of 264º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2AFC is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 42 252 -
CMYK 0.5 0.83 0 0.01
HSL 264º 0.97% 0.58% -
HSV(B) 264º 0.83% 0.99% -
XYZ 27 13.12 93.2 -
YUV 91.06 218.83 152.92 -
System Red Green Blue C M Y K H S L
Decimal 126 42 252 0.5 0.83 0 0.01 264 0.97 0.58
Hex 7E 2A FC 32 53 0 1 108 61 3A
Octal 176 52 374 62 123 0 1 410 141 72
Binary 1111110 101010 11111100 110010 1010011 0 1 100001000 1100001 111010

Color Harmonies of #7E2AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2AFC

Black with #7E2AFC

Text Example


Text Example

White with #7E2AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,42,252); }

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

background-color css

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

 a { background-color: rgb(126,42,252); }

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

border-color css

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

 span { border-color: rgb(126,42,252); }

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