Html Css Color HEX #724BC0 Blue Marguerite

📋 copy color: '#724BC0'

red 114 ◦ green 75 ◦ blue 192

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

Shades of Blue Marguerite #724BC0

Tints of Blue Marguerite #724BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 29.92%
G = 19.69%
B = 50.39%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724BC0 (or 0x724BC0) is known color: Blue Marguerite. HEX triplet: 72, 4B and C0. RGB value is (114,75,192). Sum of RGB (Red+Green+Blue) = 114+75+192=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #724BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BC0 is #8DB43F. Grayscale: #636363. Windows color (decimal): -9286720 or 12602226. OLE color: 12602226.

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

Color convert

RGB 114 75 192 -
CMYK 0.41 0.61 0 0.25
HSL 260º 0.48% 0.52% -
HSV(B) 260º 0.61% 0.75% -
XYZ 18.97 12.42 51.27 -
YUV 100 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 114 75 192 0.41 0.61 0 0.25 260 0.48 0.52
Hex 72 4B C0 29 3D 0 19 104 30 34
Octal 162 113 300 51 75 0 31 404 60 64
Binary 1110010 1001011 11000000 101001 111101 0 11001 100000100 110000 110100

Color Harmonies of #724BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BC0

Black with #724BC0

Text Example


Text Example

White with #724BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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