Html Css Color HEX #735095 Studio

📋 copy color: '#735095'

red 115 ◦ green 80 ◦ blue 149

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

Shades of Studio #735095

Tints of Studio #735095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 33.43%
G = 23.26%
B = 43.31%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#735095 (or 0x735095) is known color: Studio. HEX triplet: 73, 50 and 95. RGB value is (115,80,149). Sum of RGB (Red+Green+Blue) = 115+80+149=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #735095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735095 is #8CAF6A. Grayscale: #626262. Windows color (decimal): -9219947 or 9785459. OLE color: 9785459.

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

Color convert

RGB 115 80 149 -
CMYK 0.23 0.46 0 0.42
HSL 270.43º 0.3% 0.45% -
HSV(B) 270.43º 0.46% 0.58% -
XYZ 15.36 11.55 29.85 -
YUV 98.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 115 80 149 0.23 0.46 0 0.42 270.43 0.3 0.45
Hex 73 50 95 17 2E 0 2A 10E 1E 2D
Octal 163 120 225 27 56 0 52 416 36 55
Binary 1110011 1010000 10010101 10111 101110 0 101010 100001110 11110 101101

Color Harmonies of #735095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735095

Black with #735095

Text Example


Text Example

White with #735095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735095; }

 p { color: rgb(115,80,149); }

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

background-color css

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

 a { background-color: rgb(115,80,149); }

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

border-color css

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

 span { border-color: rgb(115,80,149); }

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