Html Css Color HEX #745795 Studio

📋 copy color: '#745795'

red 116 ◦ green 87 ◦ blue 149

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

Shades of Studio #745795

Tints of Studio #745795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 32.95%
G = 24.72%
B = 42.33%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745795 (or 0x745795) is known color: Studio. HEX triplet: 74, 57 and 95. RGB value is (116,87,149). Sum of RGB (Red+Green+Blue) = 116+87+149=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #745795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745795 is #8BA86A. Grayscale: #666666. Windows color (decimal): -9152619 or 9787252. OLE color: 9787252.

HSL color Cylindrical-coordinate representation of color #745795: hue angle of 268.06º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745795 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 87 149 -
CMYK 0.22 0.42 0 0.42
HSL 268.06º 0.26% 0.46% -
HSV(B) 268.06º 0.42% 0.58% -
XYZ 16.04 12.7 30.04 -
YUV 102.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 116 87 149 0.22 0.42 0 0.42 268.06 0.26 0.46
Hex 74 57 95 16 2A 0 2A 10C 1A 2E
Octal 164 127 225 26 52 0 52 414 32 56
Binary 1110100 1010111 10010101 10110 101010 0 101010 100001100 11010 101110

Color Harmonies of #745795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745795

Black with #745795

Text Example


Text Example

White with #745795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745795; }

 p { color: rgb(116,87,149); }

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

background-color css

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

 a { background-color: rgb(116,87,149); }

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

border-color css

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

 span { border-color: rgb(116,87,149); }

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