Html Css Color HEX #714CB7 Blue Marguerite

📋 copy color: '#714CB7'

red 113 ◦ green 76 ◦ blue 183

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

Shades of Blue Marguerite #714CB7

Tints of Blue Marguerite #714CB7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 30.38%
G = 20.43%
B = 49.19%

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

#714CB7 (or 0x714CB7) is known color: Blue Marguerite. HEX triplet: 71, 4C and B7. RGB value is (113,76,183). Sum of RGB (Red+Green+Blue) = 113+76+183=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #714CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CB7 is #8EB348. Grayscale: #626262. Windows color (decimal): -9352009 or 12012657. OLE color: 12012657.

HSL color Cylindrical-coordinate representation of color #714CB7: hue angle of 260.75º degrees, saturation: 0.43, 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 #714CB7 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 76 183 -
CMYK 0.38 0.58 0 0.28
HSL 260.75º 0.43% 0.51% -
HSV(B) 260.75º 0.58% 0.72% -
XYZ 17.94 12.1 46.19 -
YUV 99.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 113 76 183 0.38 0.58 0 0.28 260.75 0.43 0.51
Hex 71 4C B7 26 3A 0 1C 105 2B 33
Octal 161 114 267 46 72 0 34 405 53 63
Binary 1110001 1001100 10110111 100110 111010 0 11100 100000101 101011 110011

Color Harmonies of #714CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CB7

Black with #714CB7

Text Example


Text Example

White with #714CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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