Html Css Color HEX #714DB7 Blue Marguerite

📋 copy color: '#714DB7'

red 113 ◦ green 77 ◦ blue 183

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

Shades of Blue Marguerite #714DB7

Tints of Blue Marguerite #714DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 183 (71.88% from 255) = 49.06%

R = 30.29%
G = 20.64%
B = 49.06%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#714DB7 (or 0x714DB7) is known color: Blue Marguerite. HEX triplet: 71, 4D and B7. RGB value is (113,77,183). Sum of RGB (Red+Green+Blue) = 113+77+183=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #714DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DB7 is #8EB248. Grayscale: #636363. Windows color (decimal): -9351753 or 12012913. OLE color: 12012913.

HSL color Cylindrical-coordinate representation of color #714DB7: hue angle of 260.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714DB7 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 77 183 -
CMYK 0.38 0.58 0 0.28
HSL 260.38º 0.42% 0.51% -
HSV(B) 260.38º 0.58% 0.72% -
XYZ 18.01 12.24 46.21 -
YUV 99.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 113 77 183 0.38 0.58 0 0.28 260.38 0.42 0.51
Hex 71 4D B7 26 3A 0 1C 104 2A 33
Octal 161 115 267 46 72 0 34 404 52 63
Binary 1110001 1001101 10110111 100110 111010 0 11100 100000100 101010 110011

Color Harmonies of #714DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DB7

Black with #714DB7

Text Example


Text Example

White with #714DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,183); }

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

background-color css

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

 a { background-color: rgb(113,77,183); }

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

border-color css

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

 span { border-color: rgb(113,77,183); }

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