Html Css Color HEX #745899 Studio

📋 copy color: '#745899'

red 116 ◦ green 88 ◦ blue 153

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

Shades of Studio #745899

Tints of Studio #745899

RGB

 RED value IS 116 (45.7% from 255) = 32.49%

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

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

R = 32.49%
G = 24.65%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745899 (or 0x745899) is known color: Studio. HEX triplet: 74, 58 and 99. RGB value is (116,88,153). Sum of RGB (Red+Green+Blue) = 116+88+153=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #745899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745899 is #8BA766. Grayscale: #676767. Windows color (decimal): -9152359 or 10049652. OLE color: 10049652.

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

Color convert

RGB 116 88 153 -
CMYK 0.24 0.42 0 0.4
HSL 265.85º 0.27% 0.47% -
HSV(B) 265.85º 0.42% 0.6% -
XYZ 16.44 12.99 31.78 -
YUV 103.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 116 88 153 0.24 0.42 0 0.4 265.85 0.27 0.47
Hex 74 58 99 18 2A 0 28 10A 1B 2F
Octal 164 130 231 30 52 0 50 412 33 57
Binary 1110100 1011000 10011001 11000 101010 0 101000 100001010 11011 101111

Color Harmonies of #745899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745899

Black with #745899

Text Example


Text Example

White with #745899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745899; }

 p { color: rgb(116,88,153); }

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

background-color css

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

 a { background-color: rgb(116,88,153); }

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

border-color css

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

 span { border-color: rgb(116,88,153); }

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