Html Css Color HEX #7E3ACB Blue Violet

📋 copy color: '#7E3ACB'

red 126 ◦ green 58 ◦ blue 203

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

Shades of Blue Violet #7E3ACB

Tints of Blue Violet #7E3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.99%

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 32.56%
G = 14.99%
B = 52.45%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E3ACB (or 0x7E3ACB) is known color: Blue Violet. HEX triplet: 7E, 3A and CB. RGB value is (126,58,203). Sum of RGB (Red+Green+Blue) = 126+58+203=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E3ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ACB is #81C534. Grayscale: #5E5E5E. Windows color (decimal): -8504629 or 13318782. OLE color: 13318782.

HSL color Cylindrical-coordinate representation of color #7E3ACB: hue angle of 268.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3ACB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 58 203 -
CMYK 0.38 0.71 0 0.20
HSL 268.14º 0.58% 0.51% -
HSV(B) 268.14º 0.71% 0.8% -
XYZ 20.9 11.77 57.67 -
YUV 94.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 126 58 203 0.38 0.71 0 0.20 268.14 0.58 0.51
Hex 7E 3A CB 26 47 0 14 10C 3A 33
Octal 176 72 313 46 107 0 24 414 72 63
Binary 1111110 111010 11001011 100110 1000111 0 10100 100001100 111010 110011

Color Harmonies of #7E3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3ACB

Black with #7E3ACB

Text Example


Text Example

White with #7E3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,58,203); }

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

background-color css

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

 a { background-color: rgb(126,58,203); }

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

border-color css

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

 span { border-color: rgb(126,58,203); }

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