#7E45A4

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

Shades of Studio #7E45A4

Tints of Studio #7E45A4

Color information

#7E45A4 (or 0x7E45A4) is unknown color: approx Studio. HEX triplet: 7E, 45 and A4. RGB value is (126,69,164). Sum of RGB (Red+Green+Blue) = 126+69+164=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E45A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E45A4 is #81BA5B. Grayscale: #606060. Windows color (decimal): -8501852 or 10765694. OLE color: 10765694.

HSL color Cylindrical-coordinate representation of color #7E45A4: hue angle of 276º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E45A4 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12669164-
CMYK0.230.5800.36
HSL276º40.77%45.69%-
HSV(B)276º57.93%64.31%-
XYZ17.4311.3736.4-
YUV96.87165.88148.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=35.10%
G=19.22%
B=45.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126691640.230.5800.3627640.7745.69
Hex7E45A4173A024114292e
Octal17610524427720444245156
Binary1111110100010110100100101111110100100100100010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,69,164); }

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

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

 a { background-color: rgb(126,69,164); }

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

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

 span { border-color: rgb(126,69,164); }

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