Html Css Color HEX #7351C0 Blue Marguerite

📋 copy color: '#7351C0'

red 115 ◦ green 81 ◦ blue 192

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

Shades of Blue Marguerite #7351C0

Tints of Blue Marguerite #7351C0

RGB

 RED value IS 115 (45.31% from 255) = 29.64%

 GREEN value IS 81 (32.03% from 255) = 20.88%

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

R = 29.64%
G = 20.88%
B = 49.48%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7351C0 (or 0x7351C0) is known color: Blue Marguerite. HEX triplet: 73, 51 and C0. RGB value is (115,81,192). Sum of RGB (Red+Green+Blue) = 115+81+192=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #7351C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351C0 is #8CAE3F. Grayscale: #676767. Windows color (decimal): -9219648 or 12603763. OLE color: 12603763.

HSL color Cylindrical-coordinate representation of color #7351C0: hue angle of 258.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7351C0 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 81 192 -
CMYK 0.40 0.58 0 0.25
HSL 258.38º 0.47% 0.54% -
HSV(B) 258.38º 0.58% 0.75% -
XYZ 19.53 13.34 51.41 -
YUV 103.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 115 81 192 0.40 0.58 0 0.25 258.38 0.47 0.54
Hex 73 51 C0 28 3A 0 19 102 2F 36
Octal 163 121 300 50 72 0 31 402 57 66
Binary 1110011 1010001 11000000 101000 111010 0 11001 100000010 101111 110110

Color Harmonies of #7351C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351C0

Black with #7351C0

Text Example


Text Example

White with #7351C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,81,192); }

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

background-color css

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

 a { background-color: rgb(115,81,192); }

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

border-color css

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

 span { border-color: rgb(115,81,192); }

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