Html Css Color HEX #745FB2 Blue Marguerite

📋 copy color: '#745FB2'

red 116 ◦ green 95 ◦ blue 178

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

Shades of Blue Marguerite #745FB2

Tints of Blue Marguerite #745FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 29.82%
G = 24.42%
B = 45.76%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#745FB2 (or 0x745FB2) is known color: Blue Marguerite. HEX triplet: 74, 5F and B2. RGB value is (116,95,178). Sum of RGB (Red+Green+Blue) = 116+95+178=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #745FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745FB2 is #8BA04D. Grayscale: #6E6E6E. Windows color (decimal): -9150542 or 11689844. OLE color: 11689844.

HSL color Cylindrical-coordinate representation of color #745FB2: hue angle of 255.18º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745FB2 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 95 178 -
CMYK 0.35 0.47 0 0.30
HSL 255.18º 0.35% 0.54% -
HSV(B) 255.18º 0.47% 0.7% -
XYZ 19.33 15.11 44.02 -
YUV 110.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 116 95 178 0.35 0.47 0 0.30 255.18 0.35 0.54
Hex 74 5F B2 23 2F 0 1E FF 23 36
Octal 164 137 262 43 57 0 36 377 43 66
Binary 1110100 1011111 10110010 100011 101111 0 11110 11111111 100011 110110

Color Harmonies of #745FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FB2

Black with #745FB2

Text Example


Text Example

White with #745FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745FB2; }

 p { color: rgb(116,95,178); }

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

background-color css

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

 a { background-color: rgb(116,95,178); }

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

border-color css

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

 span { border-color: rgb(116,95,178); }

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