Html Css Color HEX #735897 Studio

📋 copy color: '#735897'

red 115 ◦ green 88 ◦ blue 151

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

Shades of Studio #735897

Tints of Studio #735897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 32.49%
G = 24.86%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#735897 (or 0x735897) is known color: Studio. HEX triplet: 73, 58 and 97. RGB value is (115,88,151). Sum of RGB (Red+Green+Blue) = 115+88+151=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #735897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735897 is #8CA768. Grayscale: #676767. Windows color (decimal): -9217897 or 9918579. OLE color: 9918579.

HSL color Cylindrical-coordinate representation of color #735897: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735897 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 88 151 -
CMYK 0.24 0.42 0 0.41
HSL 265.71º 0.26% 0.47% -
HSV(B) 265.71º 0.42% 0.59% -
XYZ 16.15 12.86 30.91 -
YUV 103.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 115 88 151 0.24 0.42 0 0.41 265.71 0.26 0.47
Hex 73 58 97 18 2A 0 29 10A 1A 2F
Octal 163 130 227 30 52 0 51 412 32 57
Binary 1110011 1011000 10010111 11000 101010 0 101001 100001010 11010 101111

Color Harmonies of #735897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735897

Black with #735897

Text Example


Text Example

White with #735897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735897; }

 p { color: rgb(115,88,151); }

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

background-color css

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

 a { background-color: rgb(115,88,151); }

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

border-color css

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

 span { border-color: rgb(115,88,151); }

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