#734CAF

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

Shades of Studio #734CAF

Tints of Studio #734CAF

Color information

#734CAF (or 0x734CAF) is unknown color: approx Studio. HEX triplet: 73, 4C and AF. RGB value is (115,76,175). Sum of RGB (Red+Green+Blue) = 115+76+175=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #734CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734CAF is #8CB350. Grayscale: #626262. Windows color (decimal): -9220945 or 11488371. OLE color: 11488371.

HSL color Cylindrical-coordinate representation of color #734CAF: hue angle of 263.64º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734CAF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11576175-
CMYK0.340.5700.31
HSL263.64º39.44%49.22%-
HSV(B)263.64º56.57%68.63%-
XYZ17.3911.9141.94-
YUV98.95170.92139.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=31.42%
G=20.77%
B=47.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115761750.340.5700.31263.6439.4449.22
Hex734CAF223901F1082731
Octal16311425742710374104761
Binary1110011100110010101111100010111001011111100001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734CAF; }

 p { color: rgb(115,76,175); }

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

<style>
 a { background-color: #734CAF; }

 a { background-color: rgb(115,76,175); }

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

<style>
 span { border-color: #734CAF; }

 span { border-color: rgb(115,76,175); }

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