Html Css Color HEX #73519B Studio

📋 copy color: '#73519B'

red 115 ◦ green 81 ◦ blue 155

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

Shades of Studio #73519B

Tints of Studio #73519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

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

R = 32.76%
G = 23.08%
B = 44.16%

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

#73519B (or 0x73519B) is known color: Studio. HEX triplet: 73, 51 and 9B. RGB value is (115,81,155). Sum of RGB (Red+Green+Blue) = 115+81+155=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #73519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73519B is #8CAE64. Grayscale: #636363. Windows color (decimal): -9219685 or 10178931. OLE color: 10178931.

HSL color Cylindrical-coordinate representation of color #73519B: hue angle of 267.57º degrees, saturation: 0.31, 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 #73519B is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 81 155 -
CMYK 0.26 0.48 0 0.39
HSL 267.57º 0.31% 0.46% -
HSV(B) 267.57º 0.48% 0.61% -
XYZ 15.93 11.9 32.47 -
YUV 99.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 115 81 155 0.26 0.48 0 0.39 267.57 0.31 0.46
Hex 73 51 9B 1A 30 0 27 10C 1F 2E
Octal 163 121 233 32 60 0 47 414 37 56
Binary 1110011 1010001 10011011 11010 110000 0 100111 100001100 11111 101110

Color Harmonies of #73519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73519B

Black with #73519B

Text Example


Text Example

White with #73519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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