Html Css Color HEX #7351B5 Blue Marguerite

📋 copy color: '#7351B5'

red 115 ◦ green 81 ◦ blue 181

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

Shades of Blue Marguerite #7351B5

Tints of Blue Marguerite #7351B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.01%

R = 30.5%
G = 21.49%
B = 48.01%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7351B5 (or 0x7351B5) is known color: Blue Marguerite. HEX triplet: 73, 51 and B5. RGB value is (115,81,181). Sum of RGB (Red+Green+Blue) = 115+81+181=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #7351B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351B5 is #8CAE4A. Grayscale: #666666. Windows color (decimal): -9219659 or 11882867. OLE color: 11882867.

HSL color Cylindrical-coordinate representation of color #7351B5: hue angle of 260.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7351B5 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 81 181 -
CMYK 0.36 0.55 0 0.29
HSL 260.4º 0.4% 0.51% -
HSV(B) 260.4º 0.55% 0.71% -
XYZ 18.35 12.87 45.23 -
YUV 102.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 115 81 181 0.36 0.55 0 0.29 260.4 0.4 0.51
Hex 73 51 B5 24 37 0 1D 104 28 33
Octal 163 121 265 44 67 0 35 404 50 63
Binary 1110011 1010001 10110101 100100 110111 0 11101 100000100 101000 110011

Color Harmonies of #7351B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351B5

Black with #7351B5

Text Example


Text Example

White with #7351B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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