Html Css Color HEX #735299 Studio

📋 copy color: '#735299'

red 115 ◦ green 82 ◦ blue 153

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

Shades of Studio #735299

Tints of Studio #735299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 32.86%
G = 23.43%
B = 43.71%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#735299 (or 0x735299) is known color: Studio. HEX triplet: 73, 52 and 99. RGB value is (115,82,153). Sum of RGB (Red+Green+Blue) = 115+82+153=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #735299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735299 is #8CAD66. Grayscale: #636363. Windows color (decimal): -9219431 or 10048115. OLE color: 10048115.

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

Color convert

RGB 115 82 153 -
CMYK 0.25 0.46 0 0.4
HSL 267.89º 0.3% 0.46% -
HSV(B) 267.89º 0.46% 0.6% -
XYZ 15.84 11.98 31.61 -
YUV 99.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 115 82 153 0.25 0.46 0 0.4 267.89 0.3 0.46
Hex 73 52 99 19 2E 0 28 10C 1E 2E
Octal 163 122 231 31 56 0 50 414 36 56
Binary 1110011 1010010 10011001 11001 101110 0 101000 100001100 11110 101110

Color Harmonies of #735299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735299

Black with #735299

Text Example


Text Example

White with #735299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735299; }

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

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

background-color css

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

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

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

border-color css

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

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

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