Html Css Color HEX #7E42BF Studio

📋 copy color: '#7E42BF'

red 126 ◦ green 66 ◦ blue 191

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

Shades of Studio #7E42BF

Tints of Studio #7E42BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 191 (75% from 255) = 49.87%

R = 32.9%
G = 17.23%
B = 49.87%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E42BF (or 0x7E42BF) is known color: Studio. HEX triplet: 7E, 42 and BF. RGB value is (126,66,191). Sum of RGB (Red+Green+Blue) = 126+66+191=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E42BF is #81BD40. Grayscale: #616161. Windows color (decimal): -8502593 or 12534398. OLE color: 12534398.

HSL color Cylindrical-coordinate representation of color #7E42BF: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E42BF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 66 191 -
CMYK 0.34 0.65 0 0.25
HSL 268.8º 0.49% 0.5% -
HSV(B) 268.8º 0.65% 0.75% -
XYZ 19.96 12.09 50.57 -
YUV 98.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 126 66 191 0.34 0.65 0 0.25 268.8 0.49 0.5
Hex 7E 42 BF 22 41 0 19 10D 31 32
Octal 176 102 277 42 101 0 31 415 61 62
Binary 1111110 1000010 10111111 100010 1000001 0 11001 100001101 110001 110010

Color Harmonies of #7E42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E42BF

Black with #7E42BF

Text Example


Text Example

White with #7E42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,66,191); }

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

background-color css

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

 a { background-color: rgb(126,66,191); }

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

border-color css

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

 span { border-color: rgb(126,66,191); }

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