Html Css Color HEX #73599C Studio

📋 copy color: '#73599C'

red 115 ◦ green 89 ◦ blue 156

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

Shades of Studio #73599C

Tints of Studio #73599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 31.94%
G = 24.72%
B = 43.33%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73599C (or 0x73599C) is known color: Studio. HEX triplet: 73, 59 and 9C. RGB value is (115,89,156). Sum of RGB (Red+Green+Blue) = 115+89+156=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #73599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599C is #8CA663. Grayscale: #686868. Windows color (decimal): -9217636 or 10246515. OLE color: 10246515.

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

Color convert

RGB 115 89 156 -
CMYK 0.26 0.43 0 0.39
HSL 263.28º 0.27% 0.48% -
HSV(B) 263.28º 0.43% 0.61% -
XYZ 16.64 13.19 33.12 -
YUV 104.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 115 89 156 0.26 0.43 0 0.39 263.28 0.27 0.48
Hex 73 59 9C 1A 2B 0 27 107 1B 30
Octal 163 131 234 32 53 0 47 407 33 60
Binary 1110011 1011001 10011100 11010 101011 0 100111 100000111 11011 110000

Color Harmonies of #73599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73599C

Black with #73599C

Text Example


Text Example

White with #73599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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