Html Css Color HEX #73509E Studio

📋 copy color: '#73509E'

red 115 ◦ green 80 ◦ blue 158

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

Shades of Studio #73509E

Tints of Studio #73509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 32.58%
G = 22.66%
B = 44.76%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73509E (or 0x73509E) is known color: Studio. HEX triplet: 73, 50 and 9E. RGB value is (115,80,158). Sum of RGB (Red+Green+Blue) = 115+80+158=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #73509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509E is #8CAF61. Grayscale: #636363. Windows color (decimal): -9219938 or 10375283. OLE color: 10375283.

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

Color convert

RGB 115 80 158 -
CMYK 0.27 0.49 0 0.38
HSL 266.92º 0.33% 0.47% -
HSV(B) 266.92º 0.49% 0.62% -
XYZ 16.11 11.85 33.79 -
YUV 99.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 115 80 158 0.27 0.49 0 0.38 266.92 0.33 0.47
Hex 73 50 9E 1B 31 0 26 10B 21 2F
Octal 163 120 236 33 61 0 46 413 41 57
Binary 1110011 1010000 10011110 11011 110001 0 100110 100001011 100001 101111

Color Harmonies of #73509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73509E

Black with #73509E

Text Example


Text Example

White with #73509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73509E; }

 p { color: rgb(115,80,158); }

 H1.HeaderClassName
 {
   color: #73509E;
 }
 .AnyTagClassName
 {
   color: #73509E;
 }
</style>

background-color css

<style>
 a { background-color: #73509E; }

 a { background-color: rgb(115,80,158); }

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

border-color css

<style>
 span { border-color: #73509E; }

 span { border-color: rgb(115,80,158); }

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