#7054A6

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

Shades of Studio #7054A6

Tints of Studio #7054A6

Color information

#7054A6 (or 0x7054A6) is unknown color: approx Studio. HEX triplet: 70, 54 and A6. RGB value is (112,84,166). Sum of RGB (Red+Green+Blue) = 112+84+166=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #7054A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7054A6 is #8FAB59. Grayscale: #656565. Windows color (decimal): -9415514 or 10900592. OLE color: 10900592.

HSL color Cylindrical-coordinate representation of color #7054A6: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7054A6 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11284166-
CMYK0.330.4900.35
HSL260.49º32.8%49.02%-
HSV(B)260.49º49.4%65.1%-
XYZ16.7412.5437.61-
YUV101.72164.28135.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 166 (65.23% from 255) = 45.86%
R=30.94%
G=23.20%
B=45.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112841660.330.4900.35260.4932.849.02
Hex7054A621310231042131
Octal16012424641610434044161
Binary11100001010100101001101000011100010100011100000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7054A6; }

 p { color: rgb(112,84,166); }

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

<style>
 a { background-color: #7054A6; }

 a { background-color: rgb(112,84,166); }

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

<style>
 span { border-color: #7054A6; }

 span { border-color: rgb(112,84,166); }

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