Html Css Color HEX #735899 Studio

📋 copy color: '#735899'

red 115 ◦ green 88 ◦ blue 153

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

Shades of Studio #735899

Tints of Studio #735899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 32.3%
G = 24.72%
B = 42.98%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#735899 (or 0x735899) is known color: Studio. HEX triplet: 73, 58 and 99. RGB value is (115,88,153). Sum of RGB (Red+Green+Blue) = 115+88+153=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #735899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735899 is #8CA766. Grayscale: #676767. Windows color (decimal): -9217895 or 10049651. OLE color: 10049651.

HSL color Cylindrical-coordinate representation of color #735899: hue angle of 264.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735899 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 88 153 -
CMYK 0.25 0.42 0 0.4
HSL 264.92º 0.27% 0.47% -
HSV(B) 264.92º 0.42% 0.6% -
XYZ 16.31 12.92 31.77 -
YUV 103.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 115 88 153 0.25 0.42 0 0.4 264.92 0.27 0.47
Hex 73 58 99 19 2A 0 28 109 1B 2F
Octal 163 130 231 31 52 0 50 411 33 57
Binary 1110011 1011000 10011001 11001 101010 0 101000 100001001 11011 101111

Color Harmonies of #735899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735899

Black with #735899

Text Example


Text Example

White with #735899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735899; }

 p { color: rgb(115,88,153); }

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

background-color css

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

 a { background-color: rgb(115,88,153); }

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

border-color css

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

 span { border-color: rgb(115,88,153); }

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