Html Css Color HEX #7249C0 Blue Marguerite

📋 copy color: '#7249C0'

red 114 ◦ green 73 ◦ blue 192

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

Shades of Blue Marguerite #7249C0

Tints of Blue Marguerite #7249C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 30.08%
G = 19.26%
B = 50.66%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7249C0 (or 0x7249C0) is known color: Blue Marguerite. HEX triplet: 72, 49 and C0. RGB value is (114,73,192). Sum of RGB (Red+Green+Blue) = 114+73+192=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #7249C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249C0 is #8DB63F. Grayscale: #626262. Windows color (decimal): -9287232 or 12601714. OLE color: 12601714.

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

Color convert

RGB 114 73 192 -
CMYK 0.41 0.62 0 0.25
HSL 260.67º 0.49% 0.52% -
HSV(B) 260.67º 0.62% 0.75% -
XYZ 18.84 12.15 51.22 -
YUV 98.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 114 73 192 0.41 0.62 0 0.25 260.67 0.49 0.52
Hex 72 49 C0 29 3E 0 19 105 31 34
Octal 162 111 300 51 76 0 31 405 61 64
Binary 1110010 1001001 11000000 101001 111110 0 11001 100000101 110001 110100

Color Harmonies of #7249C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249C0

Black with #7249C0

Text Example


Text Example

White with #7249C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7249C0; }

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

 H1.HeaderClassName
 {
   color: #7249C0;
 }
 .AnyTagClassName
 {
   color: #7249C0;
 }
</style>

background-color css

<style>
 a { background-color: #7249C0; }

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

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

border-color css

<style>
 span { border-color: #7249C0; }

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

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