Html Css Color HEX #74569F Studio

📋 copy color: '#74569F'

red 116 ◦ green 86 ◦ blue 159

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

Shades of Studio #74569F

Tints of Studio #74569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 32.13%
G = 23.82%
B = 44.04%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74569F (or 0x74569F) is known color: Studio. HEX triplet: 74, 56 and 9F. RGB value is (116,86,159). Sum of RGB (Red+Green+Blue) = 116+86+159=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #74569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74569F is #8BA960. Grayscale: #676767. Windows color (decimal): -9152865 or 10442356. OLE color: 10442356.

HSL color Cylindrical-coordinate representation of color #74569F: hue angle of 264.66º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74569F is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 86 159 -
CMYK 0.27 0.46 0 0.38
HSL 264.66º 0.3% 0.48% -
HSV(B) 264.66º 0.46% 0.62% -
XYZ 16.79 12.87 34.4 -
YUV 103.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 116 86 159 0.27 0.46 0 0.38 264.66 0.3 0.48
Hex 74 56 9F 1B 2E 0 26 109 1E 30
Octal 164 126 237 33 56 0 46 411 36 60
Binary 1110100 1010110 10011111 11011 101110 0 100110 100001001 11110 110000

Color Harmonies of #74569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74569F

Black with #74569F

Text Example


Text Example

White with #74569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74569F; }

 p { color: rgb(116,86,159); }

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

background-color css

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

 a { background-color: rgb(116,86,159); }

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

border-color css

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

 span { border-color: rgb(116,86,159); }

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