Html Css Color HEX #714FB3 Blue Marguerite

📋 copy color: '#714FB3'

red 113 ◦ green 79 ◦ blue 179

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

Shades of Blue Marguerite #714FB3

Tints of Blue Marguerite #714FB3

RGB

 RED value IS 113 (44.53% from 255) = 30.46%

 GREEN value IS 79 (31.25% from 255) = 21.29%

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 30.46%
G = 21.29%
B = 48.25%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#714FB3 (or 0x714FB3) is known color: Blue Marguerite. HEX triplet: 71, 4F and B3. RGB value is (113,79,179). Sum of RGB (Red+Green+Blue) = 113+79+179=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #714FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FB3 is #8EB04C. Grayscale: #646464. Windows color (decimal): -9351245 or 11751281. OLE color: 11751281.

HSL color Cylindrical-coordinate representation of color #714FB3: hue angle of 260.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714FB3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 79 179 -
CMYK 0.37 0.56 0 0.30
HSL 260.4º 0.4% 0.51% -
HSV(B) 260.4º 0.56% 0.7% -
XYZ 17.74 12.36 44.1 -
YUV 100.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 113 79 179 0.37 0.56 0 0.30 260.4 0.4 0.51
Hex 71 4F B3 25 38 0 1E 104 28 33
Octal 161 117 263 45 70 0 36 404 50 63
Binary 1110001 1001111 10110011 100101 111000 0 11110 100000100 101000 110011

Color Harmonies of #714FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FB3

Black with #714FB3

Text Example


Text Example

White with #714FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714FB3; }

 p { color: rgb(113,79,179); }

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

background-color css

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

 a { background-color: rgb(113,79,179); }

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

border-color css

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

 span { border-color: rgb(113,79,179); }

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