#7A48BF

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

Shades of Studio #7A48BF

Tints of Studio #7A48BF

Color information

#7A48BF (or 0x7A48BF) is unknown color: approx Studio. HEX triplet: 7A, 48 and BF. RGB value is (122,72,191). Sum of RGB (Red+Green+Blue) = 122+72+191=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48BF is #85B740. Grayscale: #646464. Windows color (decimal): -8763201 or 12535930. OLE color: 12535930.

HSL color Cylindrical-coordinate representation of color #7A48BF: hue angle of 265.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A48BF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12272191-
CMYK0.360.6200.25
HSL265.21º48.18%51.57%-
HSV(B)265.21º62.3%74.9%-
XYZ19.7512.5350.67-
YUV100.52179.06143.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 191 (75% from 255) = 49.61%
R=31.69%
G=18.70%
B=49.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122721910.360.6200.25265.2148.1851.57
Hex7A48BF243E0191093034
Octal17211027744760314116064
Binary1111010100100010111111100100111110011001100001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,191); }

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

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

 a { background-color: rgb(122,72,191); }

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

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

 span { border-color: rgb(122,72,191); }

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