Html Css Color HEX #7E2ACC Blue Violet

📋 copy color: '#7E2ACC'

red 126 ◦ green 42 ◦ blue 204

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

Shades of Blue Violet #7E2ACC

Tints of Blue Violet #7E2ACC

RGB

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

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

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

R = 33.87%
G = 11.29%
B = 54.84%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E2ACC (or 0x7E2ACC) is known color: Blue Violet. HEX triplet: 7E, 2A and CC. RGB value is (126,42,204). Sum of RGB (Red+Green+Blue) = 126+42+204=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ACC is #81D533. Grayscale: #555555. Windows color (decimal): -8508724 or 13380222. OLE color: 13380222.

HSL color Cylindrical-coordinate representation of color #7E2ACC: hue angle of 271.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2ACC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 42 204 -
CMYK 0.38 0.79 0 0.2
HSL 271.11º 0.66% 0.48% -
HSV(B) 271.11º 0.79% 0.8% -
XYZ 20.33 10.45 58.07 -
YUV 85.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 126 42 204 0.38 0.79 0 0.2 271.11 0.66 0.48
Hex 7E 2A CC 26 4F 0 14 10F 42 30
Octal 176 52 314 46 117 0 24 417 102 60
Binary 1111110 101010 11001100 100110 1001111 0 10100 100001111 1000010 110000

Color Harmonies of #7E2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2ACC

Black with #7E2ACC

Text Example


Text Example

White with #7E2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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