#7F45A4

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

Shades of Studio #7F45A4

Tints of Studio #7F45A4

Color information

#7F45A4 (or 0x7F45A4) is unknown color: approx Studio. HEX triplet: 7F, 45 and A4. RGB value is (127,69,164). Sum of RGB (Red+Green+Blue) = 127+69+164=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F45A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F45A4 is #80BA5B. Grayscale: #606060. Windows color (decimal): -8436316 or 10765695. OLE color: 10765695.

HSL color Cylindrical-coordinate representation of color #7F45A4: hue angle of 276.63º 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 #7F45A4 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12769164-
CMYK0.230.5800.36
HSL276.63º40.77%45.69%-
HSV(B)276.63º57.93%64.31%-
XYZ17.5811.4536.41-
YUV97.17165.72149.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=35.28%
G=19.17%
B=45.56%

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
Decimal127691640.230.5800.36276.6340.7745.69
Hex7F45A4173A024115292e
Octal17710524427720444255156
Binary1111111100010110100100101111110100100100100010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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