#7E52BB

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

Shades of Studio #7E52BB

Tints of Studio #7E52BB

Color information

#7E52BB (or 0x7E52BB) is unknown color: approx Studio. HEX triplet: 7E, 52 and BB. RGB value is (126,82,187). Sum of RGB (Red+Green+Blue) = 126+82+187=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52BB is #81AD44. Grayscale: #6A6A6A. Windows color (decimal): -8498501 or 12276350. OLE color: 12276350.

HSL color Cylindrical-coordinate representation of color #7E52BB: hue angle of 265.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E52BB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12682187-
CMYK0.330.5600.27
HSL265.14º43.57%52.75%-
HSV(B)265.14º56.15%73.33%-
XYZ20.5914.0648.64-
YUV107.13173.08141.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=31.90%
G=20.76%
B=47.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126821870.330.5600.27265.1443.5752.75
Hex7E52BB213801B1092c35
Octal17612227341700334115465
Binary1111110101001010111011100001111000011011100001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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