Html Css Color HEX #73559D Studio

📋 copy color: '#73559D'

red 115 ◦ green 85 ◦ blue 157

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

Shades of Studio #73559D

Tints of Studio #73559D

RGB

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

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

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

R = 32.21%
G = 23.81%
B = 43.98%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73559D (or 0x73559D) is known color: Studio. HEX triplet: 73, 55 and 9D. RGB value is (115,85,157). Sum of RGB (Red+Green+Blue) = 115+85+157=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #73559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73559D is #8CAA62. Grayscale: #656565. Windows color (decimal): -9218659 or 10311027. OLE color: 10311027.

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

Color convert

RGB 115 85 157 -
CMYK 0.27 0.46 0 0.38
HSL 265º 0.3% 0.47% -
HSV(B) 265º 0.46% 0.62% -
XYZ 16.4 12.58 33.46 -
YUV 102.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 115 85 157 0.27 0.46 0 0.38 265 0.3 0.47
Hex 73 55 9D 1B 2E 0 26 109 1E 2F
Octal 163 125 235 33 56 0 46 411 36 57
Binary 1110011 1010101 10011101 11011 101110 0 100110 100001001 11110 101111

Color Harmonies of #73559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73559D

Black with #73559D

Text Example


Text Example

White with #73559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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