#734DA7

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

Shades of Studio #734DA7

Tints of Studio #734DA7

Color information

#734DA7 (or 0x734DA7) is unknown color: approx Studio. HEX triplet: 73, 4D and A7. RGB value is (115,77,167). Sum of RGB (Red+Green+Blue) = 115+77+167=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #734DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734DA7 is #8CB258. Grayscale: #626262. Windows color (decimal): -9220697 or 10964339. OLE color: 10964339.

HSL color Cylindrical-coordinate representation of color #734DA7: hue angle of 265.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734DA7 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11577167-
CMYK0.310.5400.35
HSL265.33º36.89%47.84%-
HSV(B)265.33º53.89%65.49%-
XYZ16.711.7437.95-
YUV98.62166.59139.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=32.03%
G=21.45%
B=46.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115771670.310.5400.35265.3336.8947.84
Hex734DA71F360231092530
Octal16311524737660434114560
Binary1110011100110110100111111111101100100011100001001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,167); }

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

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

 a { background-color: rgb(115,77,167); }

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

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

 span { border-color: rgb(115,77,167); }

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