Html Css Color HEX #724DC0 Blue Marguerite

📋 copy color: '#724DC0'

red 114 ◦ green 77 ◦ blue 192

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

Shades of Blue Marguerite #724DC0

Tints of Blue Marguerite #724DC0

RGB

 RED value IS 114 (44.92% from 255) = 29.77%

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 29.77%
G = 20.1%
B = 50.13%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724DC0 (or 0x724DC0) is known color: Blue Marguerite. HEX triplet: 72, 4D and C0. RGB value is (114,77,192). Sum of RGB (Red+Green+Blue) = 114+77+192=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #724DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DC0 is #8DB23F. Grayscale: #646464. Windows color (decimal): -9286208 or 12602738. OLE color: 12602738.

HSL color Cylindrical-coordinate representation of color #724DC0: hue angle of 259.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724DC0 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 77 192 -
CMYK 0.41 0.60 0 0.25
HSL 259.3º 0.48% 0.53% -
HSV(B) 259.3º 0.6% 0.75% -
XYZ 19.11 12.69 51.31 -
YUV 101.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 114 77 192 0.41 0.60 0 0.25 259.3 0.48 0.53
Hex 72 4D C0 29 3C 0 19 103 30 35
Octal 162 115 300 51 74 0 31 403 60 65
Binary 1110010 1001101 11000000 101001 111100 0 11001 100000011 110000 110101

Color Harmonies of #724DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DC0

Black with #724DC0

Text Example


Text Example

White with #724DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724DC0; }

 p { color: rgb(114,77,192); }

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

background-color css

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

 a { background-color: rgb(114,77,192); }

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

border-color css

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

 span { border-color: rgb(114,77,192); }

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