Html Css Color HEX #734896 Studio

📋 copy color: '#734896'

red 115 ◦ green 72 ◦ blue 150

#734896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #734896

Tints of Studio #734896

RGB

 RED value IS 115 (45.31% from 255) = 34.12%

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 34.12%
G = 21.36%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#734896 (or 0x734896) is known color: Studio. HEX triplet: 73, 48 and 96. RGB value is (115,72,150). Sum of RGB (Red+Green+Blue) = 115+72+150=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #734896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734896 is #8CB769. Grayscale: #5D5D5D. Windows color (decimal): -9221994 or 9848947. OLE color: 9848947.

HSL color Cylindrical-coordinate representation of color #734896: hue angle of 273.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #734896 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 72 150 -
CMYK 0.23 0.52 0 0.41
HSL 273.08º 0.35% 0.44% -
HSV(B) 273.08º 0.52% 0.59% -
XYZ 14.89 10.48 30.09 -
YUV 93.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 115 72 150 0.23 0.52 0 0.41 273.08 0.35 0.44
Hex 73 48 96 17 34 0 29 111 23 2C
Octal 163 110 226 27 64 0 51 421 43 54
Binary 1110011 1001000 10010110 10111 110100 0 101001 100010001 100011 101100

Color Harmonies of #734896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734896

Black with #734896

Text Example


Text Example

White with #734896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734896; }

 p { color: rgb(115,72,150); }

 H1.HeaderClassName
 {
   color: #734896;
 }
 .AnyTagClassName
 {
   color: #734896;
 }
</style>

background-color css

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

 a { background-color: rgb(115,72,150); }

 div.DivClassName
 {
   background-color: #734896;
 }
 .BgClassName
 {
   background-color: #734896;
 }
</style>

border-color css

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

 span { border-color: rgb(115,72,150); }

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