Html Css Color HEX #735598 Studio

📋 copy color: '#735598'

red 115 ◦ green 85 ◦ blue 152

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

Shades of Studio #735598

Tints of Studio #735598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 32.67%
G = 24.15%
B = 43.18%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#735598 (or 0x735598) is known color: Studio. HEX triplet: 73, 55 and 98. RGB value is (115,85,152). Sum of RGB (Red+Green+Blue) = 115+85+152=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #735598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735598 is #8CAA67. Grayscale: #656565. Windows color (decimal): -9218664 or 9983347. OLE color: 9983347.

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

Color convert

RGB 115 85 152 -
CMYK 0.24 0.44 0 0.40
HSL 266.87º 0.28% 0.46% -
HSV(B) 266.87º 0.44% 0.6% -
XYZ 15.99 12.41 31.26 -
YUV 101.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 115 85 152 0.24 0.44 0 0.40 266.87 0.28 0.46
Hex 73 55 98 18 2C 0 28 10B 1C 2E
Octal 163 125 230 30 54 0 50 413 34 56
Binary 1110011 1010101 10011000 11000 101100 0 101000 100001011 11100 101110

Color Harmonies of #735598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735598

Black with #735598

Text Example


Text Example

White with #735598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735598; }

 p { color: rgb(115,85,152); }

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

background-color css

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

 a { background-color: rgb(115,85,152); }

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

border-color css

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

 span { border-color: rgb(115,85,152); }

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