Html Css Color HEX #73599D Studio

📋 copy color: '#73599D'

red 115 ◦ green 89 ◦ blue 157

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

Shades of Studio #73599D

Tints of Studio #73599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 31.86%
G = 24.65%
B = 43.49%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73599D (or 0x73599D) is known color: Studio. HEX triplet: 73, 59 and 9D. RGB value is (115,89,157). Sum of RGB (Red+Green+Blue) = 115+89+157=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #73599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599D is #8CA662. Grayscale: #686868. Windows color (decimal): -9217635 or 10312051. OLE color: 10312051.

HSL color Cylindrical-coordinate representation of color #73599D: hue angle of 262.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73599D is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 89 157 -
CMYK 0.27 0.43 0 0.38
HSL 262.94º 0.28% 0.48% -
HSV(B) 262.94º 0.43% 0.62% -
XYZ 16.73 13.22 33.57 -
YUV 104.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 115 89 157 0.27 0.43 0 0.38 262.94 0.28 0.48
Hex 73 59 9D 1B 2B 0 26 107 1C 30
Octal 163 131 235 33 53 0 46 407 34 60
Binary 1110011 1011001 10011101 11011 101011 0 100110 100000111 11100 110000

Color Harmonies of #73599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73599D

Black with #73599D

Text Example


Text Example

White with #73599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73599D; }

 p { color: rgb(115,89,157); }

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

background-color css

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

 a { background-color: rgb(115,89,157); }

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

border-color css

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

 span { border-color: rgb(115,89,157); }

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