Html Css Color HEX #7E3ECC Blue Violet

📋 copy color: '#7E3ECC'

red 126 ◦ green 62 ◦ blue 204

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

Shades of Blue Violet #7E3ECC

Tints of Blue Violet #7E3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 32.14%
G = 15.82%
B = 52.04%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E3ECC (or 0x7E3ECC) is known color: Blue Violet. HEX triplet: 7E, 3E and CC. RGB value is (126,62,204). Sum of RGB (Red+Green+Blue) = 126+62+204=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ECC is #81C133. Grayscale: #606060. Windows color (decimal): -8503604 or 13385342. OLE color: 13385342.

HSL color Cylindrical-coordinate representation of color #7E3ECC: hue angle of 267.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3ECC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 62 204 -
CMYK 0.38 0.70 0 0.2
HSL 267.04º 0.58% 0.52% -
HSV(B) 267.04º 0.7% 0.8% -
XYZ 21.23 12.24 58.37 -
YUV 97.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 126 62 204 0.38 0.70 0 0.2 267.04 0.58 0.52
Hex 7E 3E CC 26 46 0 14 10B 3A 34
Octal 176 76 314 46 106 0 24 413 72 64
Binary 1111110 111110 11001100 100110 1000110 0 10100 100001011 111010 110100

Color Harmonies of #7E3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3ECC

Black with #7E3ECC

Text Example


Text Example

White with #7E3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,62,204); }

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

background-color css

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

 a { background-color: rgb(126,62,204); }

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

border-color css

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

 span { border-color: rgb(126,62,204); }

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