#704AAA

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

Shades of Studio #704AAA

Tints of Studio #704AAA

Color information

#704AAA (or 0x704AAA) is unknown color: approx Studio. HEX triplet: 70, 4A and AA. RGB value is (112,74,170). Sum of RGB (Red+Green+Blue) = 112+74+170=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #704AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704AAA is #8FB555. Grayscale: #5F5F5F. Windows color (decimal): -9418070 or 11160176. OLE color: 11160176.

HSL color Cylindrical-coordinate representation of color #704AAA: hue angle of 263.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704AAA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11274170-
CMYK0.340.5600.33
HSL263.75º39.34%47.84%-
HSV(B)263.75º56.47%66.67%-
XYZ16.3911.2439.34-
YUV96.31169.59139.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=31.46%
G=20.79%
B=47.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112741700.340.5600.33263.7539.3447.84
Hex704AAA22380211082730
Octal16011225242700414104760
Binary11100001001010101010101000101110000100001100001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704AAA; }

 p { color: rgb(112,74,170); }

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

<style>
 a { background-color: #704AAA; }

 a { background-color: rgb(112,74,170); }

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

<style>
 span { border-color: #704AAA; }

 span { border-color: rgb(112,74,170); }

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