Html Css Color HEX #745698 Studio

📋 copy color: '#745698'

red 116 ◦ green 86 ◦ blue 152

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

Shades of Studio #745698

Tints of Studio #745698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 32.77%
G = 24.29%
B = 42.94%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745698 (or 0x745698) is known color: Studio. HEX triplet: 74, 56 and 98. RGB value is (116,86,152). Sum of RGB (Red+Green+Blue) = 116+86+152=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #745698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745698 is #8BA967. Grayscale: #666666. Windows color (decimal): -9152872 or 9983604. OLE color: 9983604.

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

Color convert

RGB 116 86 152 -
CMYK 0.24 0.43 0 0.40
HSL 267.27º 0.28% 0.47% -
HSV(B) 267.27º 0.43% 0.6% -
XYZ 16.2 12.64 31.29 -
YUV 102.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 116 86 152 0.24 0.43 0 0.40 267.27 0.28 0.47
Hex 74 56 98 18 2B 0 28 10B 1C 2F
Octal 164 126 230 30 53 0 50 413 34 57
Binary 1110100 1010110 10011000 11000 101011 0 101000 100001011 11100 101111

Color Harmonies of #745698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745698

Black with #745698

Text Example


Text Example

White with #745698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745698; }

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

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

background-color css

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

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

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

border-color css

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

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

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