Html Css Color HEX #735699 Studio

📋 copy color: '#735699'

red 115 ◦ green 86 ◦ blue 153

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

Shades of Studio #735699

Tints of Studio #735699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 32.49%
G = 24.29%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#735699 (or 0x735699) is known color: Studio. HEX triplet: 73, 56 and 99. RGB value is (115,86,153). Sum of RGB (Red+Green+Blue) = 115+86+153=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #735699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735699 is #8CA966. Grayscale: #666666. Windows color (decimal): -9218407 or 10049139. OLE color: 10049139.

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

Color convert

RGB 115 86 153 -
CMYK 0.25 0.44 0 0.4
HSL 265.97º 0.28% 0.47% -
HSV(B) 265.97º 0.44% 0.6% -
XYZ 16.15 12.6 31.72 -
YUV 102.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 115 86 153 0.25 0.44 0 0.4 265.97 0.28 0.47
Hex 73 56 99 19 2C 0 28 10A 1C 2F
Octal 163 126 231 31 54 0 50 412 34 57
Binary 1110011 1010110 10011001 11001 101100 0 101000 100001010 11100 101111

Color Harmonies of #735699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735699

Black with #735699

Text Example


Text Example

White with #735699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735699; }

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

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

background-color css

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

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

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

border-color css

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

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

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