Html Css Color HEX #734996 Studio

📋 copy color: '#734996'

red 115 ◦ green 73 ◦ blue 150

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

Shades of Studio #734996

Tints of Studio #734996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 34.02%
G = 21.6%
B = 44.38%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#734996 (or 0x734996) is known color: Studio. HEX triplet: 73, 49 and 96. RGB value is (115,73,150). Sum of RGB (Red+Green+Blue) = 115+73+150=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #734996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734996 is #8CB669. Grayscale: #5E5E5E. Windows color (decimal): -9221738 or 9849203. OLE color: 9849203.

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

Color convert

RGB 115 73 150 -
CMYK 0.23 0.51 0 0.41
HSL 272.73º 0.35% 0.44% -
HSV(B) 272.73º 0.51% 0.59% -
XYZ 14.96 10.61 30.11 -
YUV 94.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 115 73 150 0.23 0.51 0 0.41 272.73 0.35 0.44
Hex 73 49 96 17 33 0 29 111 23 2C
Octal 163 111 226 27 63 0 51 421 43 54
Binary 1110011 1001001 10010110 10111 110011 0 101001 100010001 100011 101100

Color Harmonies of #734996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734996

Black with #734996

Text Example


Text Example

White with #734996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734996; }

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

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

background-color css

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

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

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

border-color css

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

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

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