Html Css Color HEX #735199 Studio

📋 copy color: '#735199'

red 115 ◦ green 81 ◦ blue 153

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

Shades of Studio #735199

Tints of Studio #735199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 32.95%
G = 23.21%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#735199 (or 0x735199) is known color: Studio. HEX triplet: 73, 51 and 99. RGB value is (115,81,153). Sum of RGB (Red+Green+Blue) = 115+81+153=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #735199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735199 is #8CAE66. Grayscale: #636363. Windows color (decimal): -9219687 or 10047859. OLE color: 10047859.

HSL color Cylindrical-coordinate representation of color #735199: hue angle of 268.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735199 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 81 153 -
CMYK 0.25 0.47 0 0.4
HSL 268.33º 0.31% 0.46% -
HSV(B) 268.33º 0.47% 0.6% -
XYZ 15.76 11.83 31.59 -
YUV 99.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 115 81 153 0.25 0.47 0 0.4 268.33 0.31 0.46
Hex 73 51 99 19 2F 0 28 10C 1F 2E
Octal 163 121 231 31 57 0 50 414 37 56
Binary 1110011 1010001 10011001 11001 101111 0 101000 100001100 11111 101110

Color Harmonies of #735199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735199

Black with #735199

Text Example


Text Example

White with #735199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735199; }

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

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

background-color css

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

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

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

border-color css

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

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

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