#7E4BBB

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

Shades of Studio #7E4BBB

Tints of Studio #7E4BBB

Color information

#7E4BBB (or 0x7E4BBB) is unknown color: approx Studio. HEX triplet: 7E, 4B and BB. RGB value is (126,75,187). Sum of RGB (Red+Green+Blue) = 126+75+187=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E4BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBB is #81B444. Grayscale: #666666. Windows color (decimal): -8500293 or 12274558. OLE color: 12274558.

HSL color Cylindrical-coordinate representation of color #7E4BBB: hue angle of 267.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4BBB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12675187-
CMYK0.330.6000.27
HSL267.32º45.16%51.37%-
HSV(B)267.32º59.89%73.33%-
XYZ20.0913.0648.47-
YUV103.02175.4144.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.47%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=32.47%
G=19.33%
B=48.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126751870.330.6000.27267.3245.1651.37
Hex7E4BBB213C01B10b2d33
Octal17611327341740334135563
Binary1111110100101110111011100001111100011011100001011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,75,187); }

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

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

 a { background-color: rgb(126,75,187); }

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

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

 span { border-color: rgb(126,75,187); }

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