Html Css Color HEX #735595 Studio

📋 copy color: '#735595'

red 115 ◦ green 85 ◦ blue 149

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

Shades of Studio #735595

Tints of Studio #735595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

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

R = 32.95%
G = 24.36%
B = 42.69%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#735595 (or 0x735595) is known color: Studio. HEX triplet: 73, 55 and 95. RGB value is (115,85,149). Sum of RGB (Red+Green+Blue) = 115+85+149=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #735595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735595 is #8CAA6A. Grayscale: #656565. Windows color (decimal): -9218667 or 9786739. OLE color: 9786739.

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

Color convert

RGB 115 85 149 -
CMYK 0.23 0.43 0 0.42
HSL 268.13º 0.27% 0.46% -
HSV(B) 268.13º 0.43% 0.58% -
XYZ 15.74 12.31 29.98 -
YUV 101.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 115 85 149 0.23 0.43 0 0.42 268.13 0.27 0.46
Hex 73 55 95 17 2B 0 2A 10C 1B 2E
Octal 163 125 225 27 53 0 52 414 33 56
Binary 1110011 1010101 10010101 10111 101011 0 101010 100001100 11011 101110

Color Harmonies of #735595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735595

Black with #735595

Text Example


Text Example

White with #735595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735595; }

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

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

background-color css

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

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

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

border-color css

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

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

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