Html Css Color HEX #735399 Studio

📋 copy color: '#735399'

red 115 ◦ green 83 ◦ blue 153

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

Shades of Studio #735399

Tints of Studio #735399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 32.76%
G = 23.65%
B = 43.59%

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

#735399 (or 0x735399) is known color: Studio. HEX triplet: 73, 53 and 99. RGB value is (115,83,153). Sum of RGB (Red+Green+Blue) = 115+83+153=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #735399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735399 is #8CAC66. Grayscale: #646464. Windows color (decimal): -9219175 or 10048371. OLE color: 10048371.

HSL color Cylindrical-coordinate representation of color #735399: hue angle of 267.43º 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 #735399 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 83 153 -
CMYK 0.25 0.46 0 0.4
HSL 267.43º 0.3% 0.46% -
HSV(B) 267.43º 0.46% 0.6% -
XYZ 15.91 12.13 31.64 -
YUV 100.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 115 83 153 0.25 0.46 0 0.4 267.43 0.3 0.46
Hex 73 53 99 19 2E 0 28 10B 1E 2E
Octal 163 123 231 31 56 0 50 413 36 56
Binary 1110011 1010011 10011001 11001 101110 0 101000 100001011 11110 101110

Color Harmonies of #735399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735399

Black with #735399

Text Example


Text Example

White with #735399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735399; }

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

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

background-color css

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

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

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

border-color css

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

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

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