Html Css Color HEX #735696 Studio

📋 copy color: '#735696'

red 115 ◦ green 86 ◦ blue 150

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

Shades of Studio #735696

Tints of Studio #735696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 32.76%
G = 24.5%
B = 42.74%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#735696 (or 0x735696) is known color: Studio. HEX triplet: 73, 56 and 96. RGB value is (115,86,150). Sum of RGB (Red+Green+Blue) = 115+86+150=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #735696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735696 is #8CA969. Grayscale: #656565. Windows color (decimal): -9218410 or 9852531. OLE color: 9852531.

HSL color Cylindrical-coordinate representation of color #735696: hue angle of 267.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735696 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 86 150 -
CMYK 0.23 0.43 0 0.41
HSL 267.19º 0.27% 0.46% -
HSV(B) 267.19º 0.43% 0.59% -
XYZ 15.9 12.5 30.43 -
YUV 101.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 115 86 150 0.23 0.43 0 0.41 267.19 0.27 0.46
Hex 73 56 96 17 2B 0 29 10B 1B 2E
Octal 163 126 226 27 53 0 51 413 33 56
Binary 1110011 1010110 10010110 10111 101011 0 101001 100001011 11011 101110

Color Harmonies of #735696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735696

Black with #735696

Text Example


Text Example

White with #735696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735696; }

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

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

background-color css

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

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

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

border-color css

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

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

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