Html Css Color HEX #73509B Studio

📋 copy color: '#73509B'

red 115 ◦ green 80 ◦ blue 155

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

Shades of Studio #73509B

Tints of Studio #73509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 32.86%
G = 22.86%
B = 44.29%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73509B (or 0x73509B) is known color: Studio. HEX triplet: 73, 50 and 9B. RGB value is (115,80,155). Sum of RGB (Red+Green+Blue) = 115+80+155=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #73509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509B is #8CAF64. Grayscale: #626262. Windows color (decimal): -9219941 or 10178675. OLE color: 10178675.

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

Color convert

RGB 115 80 155 -
CMYK 0.26 0.48 0 0.39
HSL 268º 0.32% 0.46% -
HSV(B) 268º 0.48% 0.61% -
XYZ 15.86 11.75 32.44 -
YUV 99.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 115 80 155 0.26 0.48 0 0.39 268 0.32 0.46
Hex 73 50 9B 1A 30 0 27 10C 20 2E
Octal 163 120 233 32 60 0 47 414 40 56
Binary 1110011 1010000 10011011 11010 110000 0 100111 100001100 100000 101110

Color Harmonies of #73509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73509B

Black with #73509B

Text Example


Text Example

White with #73509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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