Html Css Color HEX #73489D Studio

📋 copy color: '#73489D'

red 115 ◦ green 72 ◦ blue 157

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

Shades of Studio #73489D

Tints of Studio #73489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 33.43%
G = 20.93%
B = 45.64%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73489D (or 0x73489D) is known color: Studio. HEX triplet: 73, 48 and 9D. RGB value is (115,72,157). Sum of RGB (Red+Green+Blue) = 115+72+157=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #73489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73489D is #8CB762. Grayscale: #5E5E5E. Windows color (decimal): -9221987 or 10307699. OLE color: 10307699.

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

Color convert

RGB 115 72 157 -
CMYK 0.27 0.54 0 0.38
HSL 270.35º 0.37% 0.45% -
HSV(B) 270.35º 0.54% 0.62% -
XYZ 15.47 10.71 33.15 -
YUV 94.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 115 72 157 0.27 0.54 0 0.38 270.35 0.37 0.45
Hex 73 48 9D 1B 36 0 26 10E 25 2D
Octal 163 110 235 33 66 0 46 416 45 55
Binary 1110011 1001000 10011101 11011 110110 0 100110 100001110 100101 101101

Color Harmonies of #73489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73489D

Black with #73489D

Text Example


Text Example

White with #73489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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