Html Css Color HEX #73589F Studio

📋 copy color: '#73589F'

red 115 ◦ green 88 ◦ blue 159

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

Shades of Studio #73589F

Tints of Studio #73589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 31.77%
G = 24.31%
B = 43.92%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73589F (or 0x73589F) is known color: Studio. HEX triplet: 73, 58 and 9F. RGB value is (115,88,159). Sum of RGB (Red+Green+Blue) = 115+88+159=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #73589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73589F is #8CA760. Grayscale: #676767. Windows color (decimal): -9217889 or 10442867. OLE color: 10442867.

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

Color convert

RGB 115 88 159 -
CMYK 0.28 0.45 0 0.38
HSL 262.82º 0.29% 0.48% -
HSV(B) 262.82º 0.45% 0.62% -
XYZ 16.82 13.13 34.45 -
YUV 104.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 115 88 159 0.28 0.45 0 0.38 262.82 0.29 0.48
Hex 73 58 9F 1C 2D 0 26 107 1D 30
Octal 163 130 237 34 55 0 46 407 35 60
Binary 1110011 1011000 10011111 11100 101101 0 100110 100000111 11101 110000

Color Harmonies of #73589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73589F

Black with #73589F

Text Example


Text Example

White with #73589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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