Html Css Color HEX #735196 Studio

📋 copy color: '#735196'

red 115 ◦ green 81 ◦ blue 150

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

Shades of Studio #735196

Tints of Studio #735196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 33.24%
G = 23.41%
B = 43.35%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#735196 (or 0x735196) is known color: Studio. HEX triplet: 73, 51 and 96. RGB value is (115,81,150). Sum of RGB (Red+Green+Blue) = 115+81+150=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #735196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735196 is #8CAE69. Grayscale: #626262. Windows color (decimal): -9219690 or 9851251. OLE color: 9851251.

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

Color convert

RGB 115 81 150 -
CMYK 0.23 0.46 0 0.41
HSL 269.57º 0.3% 0.45% -
HSV(B) 269.57º 0.46% 0.59% -
XYZ 15.52 11.73 30.3 -
YUV 99.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 115 81 150 0.23 0.46 0 0.41 269.57 0.3 0.45
Hex 73 51 96 17 2E 0 29 10E 1E 2D
Octal 163 121 226 27 56 0 51 416 36 55
Binary 1110011 1010001 10010110 10111 101110 0 101001 100001110 11110 101101

Color Harmonies of #735196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735196

Black with #735196

Text Example


Text Example

White with #735196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735196; }

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

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

background-color css

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

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

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

border-color css

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

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

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