Html Css Color HEX #73509C Studio

📋 copy color: '#73509C'

red 115 ◦ green 80 ◦ blue 156

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

Shades of Studio #73509C

Tints of Studio #73509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 32.76%
G = 22.79%
B = 44.44%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73509C (or 0x73509C) is known color: Studio. HEX triplet: 73, 50 and 9C. RGB value is (115,80,156). Sum of RGB (Red+Green+Blue) = 115+80+156=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #73509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509C is #8CAF63. Grayscale: #626262. Windows color (decimal): -9219940 or 10244211. OLE color: 10244211.

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

Color convert

RGB 115 80 156 -
CMYK 0.26 0.49 0 0.39
HSL 267.63º 0.32% 0.46% -
HSV(B) 267.63º 0.49% 0.61% -
XYZ 15.94 11.78 32.89 -
YUV 99.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 115 80 156 0.26 0.49 0 0.39 267.63 0.32 0.46
Hex 73 50 9C 1A 31 0 27 10C 20 2E
Octal 163 120 234 32 61 0 47 414 40 56
Binary 1110011 1010000 10011100 11010 110001 0 100111 100001100 100000 101110

Color Harmonies of #73509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73509C

Black with #73509C

Text Example


Text Example

White with #73509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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