#7B49A4

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

Shades of Studio #7B49A4

Tints of Studio #7B49A4

Color information

#7B49A4 (or 0x7B49A4) is unknown color: approx Studio. HEX triplet: 7B, 49 and A4. RGB value is (123,73,164). Sum of RGB (Red+Green+Blue) = 123+73+164=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 73 (28.91% from 255 or 20.28% 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 #7B49A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B49A4 is #84B65B. Grayscale: #626262. Windows color (decimal): -8697436 or 10766715. OLE color: 10766715.

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

Color convert

RGB12373164-
CMYK0.250.5500.36
HSL272.97º38.4%46.47%-
HSV(B)272.97º55.49%64.31%-
XYZ17.2511.6636.46-
YUV98.32165.06145.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=34.17%
G=20.28%
B=45.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123731640.250.5500.36272.9738.446.47
Hex7B49A41937024111262e
Octal17311124431670444214656
Binary1111011100100110100100110011101110100100100010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B49A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,164); }

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

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

 a { background-color: rgb(123,73,164); }

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

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

 span { border-color: rgb(123,73,164); }

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