#7E42BE

Color #7E42BE Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E42BE

Tints of Studio #7E42BE

Color information

#7E42BE (or 0x7E42BE) is unknown color: approx Studio. HEX triplet: 7E, 42 and BE. RGB value is (126,66,190). Sum of RGB (Red+Green+Blue) = 126+66+190=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E42BE is #81BD41. Grayscale: #616161. Windows color (decimal): -8502594 or 12468862. OLE color: 12468862.

HSL color Cylindrical-coordinate representation of color #7E42BE: hue angle of 269.03º 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 #7E42BE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12666190-
CMYK0.340.6500.25
HSL269.03º48.82%50.2%-
HSV(B)269.03º65.26%74.51%-
XYZ19.8512.0549.99-
YUV98.08179.88147.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=32.98%
G=17.28%
B=49.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126661900.340.6500.25269.0348.8250.2
Hex7E42BE224101910d3132
Octal176102276421010314156162
Binary11111101000010101111101000101000001011001100001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E42BE;
 }
 .AnyTagClassName
 {
   color: #7E42BE;
 }
</style>
background-color css

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

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

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

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

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

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