Html Css Color HEX #7E2BFD Blue Violet

📋 copy color: '#7E2BFD'

red 126 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #7E2BFD

Tints of Blue Violet #7E2BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.19%

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 29.86%
G = 10.19%
B = 59.95%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E2BFD (or 0x7E2BFD) is known color: Blue Violet. HEX triplet: 7E, 2B and FD. RGB value is (126,43,253). Sum of RGB (Red+Green+Blue) = 126+43+253=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2BFD is #81D402. Grayscale: #5B5B5B. Windows color (decimal): -8508419 or 16591742. OLE color: 16591742.

HSL color Cylindrical-coordinate representation of color #7E2BFD: hue angle of 263.71º degrees, saturation: 0.98, 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 #7E2BFD is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 43 253 -
CMYK 0.50 0.83 0 0.01
HSL 263.71º 0.98% 0.58% -
HSV(B) 263.71º 0.83% 0.99% -
XYZ 27.2 13.26 94.05 -
YUV 91.76 219 152.42 -
System Red Green Blue C M Y K H S L
Decimal 126 43 253 0.50 0.83 0 0.01 263.71 0.98 0.58
Hex 7E 2B FD 32 53 0 1 108 62 3A
Octal 176 53 375 62 123 0 1 410 142 72
Binary 1111110 101011 11111101 110010 1010011 0 1 100001000 1100010 111010

Color Harmonies of #7E2BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BFD

Black with #7E2BFD

Text Example


Text Example

White with #7E2BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,43,253); }

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

background-color css

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

 a { background-color: rgb(126,43,253); }

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

border-color css

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

 span { border-color: rgb(126,43,253); }

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