Html Css Color HEX #745297 Studio

📋 copy color: '#745297'

red 116 ◦ green 82 ◦ blue 151

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

Shades of Studio #745297

Tints of Studio #745297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 33.24%
G = 23.5%
B = 43.27%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745297 (or 0x745297) is known color: Studio. HEX triplet: 74, 52 and 97. RGB value is (116,82,151). Sum of RGB (Red+Green+Blue) = 116+82+151=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #745297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745297 is #8BAD68. Grayscale: #636363. Windows color (decimal): -9153897 or 9917044. OLE color: 9917044.

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

Color convert

RGB 116 82 151 -
CMYK 0.23 0.46 0 0.41
HSL 269.57º 0.3% 0.46% -
HSV(B) 269.57º 0.46% 0.59% -
XYZ 15.81 11.98 30.76 -
YUV 100.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 116 82 151 0.23 0.46 0 0.41 269.57 0.3 0.46
Hex 74 52 97 17 2E 0 29 10E 1E 2E
Octal 164 122 227 27 56 0 51 416 36 56
Binary 1110100 1010010 10010111 10111 101110 0 101001 100001110 11110 101110

Color Harmonies of #745297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745297

Black with #745297

Text Example


Text Example

White with #745297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745297; }

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

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

background-color css

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

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

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

border-color css

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

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

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