Html Css Color HEX #745097 Studio

📋 copy color: '#745097'

red 116 ◦ green 80 ◦ blue 151

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

Shades of Studio #745097

Tints of Studio #745097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 33.43%
G = 23.05%
B = 43.52%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745097 (or 0x745097) is known color: Studio. HEX triplet: 74, 50 and 97. RGB value is (116,80,151). Sum of RGB (Red+Green+Blue) = 116+80+151=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #745097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745097 is #8BAF68. Grayscale: #626262. Windows color (decimal): -9154409 or 9916532. OLE color: 9916532.

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

Color convert

RGB 116 80 151 -
CMYK 0.23 0.47 0 0.41
HSL 270.42º 0.31% 0.45% -
HSV(B) 270.42º 0.47% 0.59% -
XYZ 15.66 11.68 30.71 -
YUV 98.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 116 80 151 0.23 0.47 0 0.41 270.42 0.31 0.45
Hex 74 50 97 17 2F 0 29 10E 1F 2D
Octal 164 120 227 27 57 0 51 416 37 55
Binary 1110100 1010000 10010111 10111 101111 0 101001 100001110 11111 101101

Color Harmonies of #745097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745097

Black with #745097

Text Example


Text Example

White with #745097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745097; }

 p { color: rgb(116,80,151); }

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

background-color css

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

 a { background-color: rgb(116,80,151); }

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

border-color css

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

 span { border-color: rgb(116,80,151); }

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