Html Css Color HEX #7350B5 Blue Marguerite

📋 copy color: '#7350B5'

red 115 ◦ green 80 ◦ blue 181

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

Shades of Blue Marguerite #7350B5

Tints of Blue Marguerite #7350B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

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

R = 30.59%
G = 21.28%
B = 48.14%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7350B5 (or 0x7350B5) is known color: Blue Marguerite. HEX triplet: 73, 50 and B5. RGB value is (115,80,181). Sum of RGB (Red+Green+Blue) = 115+80+181=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #7350B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350B5 is #8CAF4A. Grayscale: #656565. Windows color (decimal): -9219915 or 11882611. OLE color: 11882611.

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

Color convert

RGB 115 80 181 -
CMYK 0.36 0.56 0 0.29
HSL 260.79º 0.41% 0.51% -
HSV(B) 260.79º 0.56% 0.71% -
XYZ 18.28 12.72 45.21 -
YUV 101.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 115 80 181 0.36 0.56 0 0.29 260.79 0.41 0.51
Hex 73 50 B5 24 38 0 1D 105 29 33
Octal 163 120 265 44 70 0 35 405 51 63
Binary 1110011 1010000 10110101 100100 111000 0 11101 100000101 101001 110011

Color Harmonies of #7350B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350B5

Black with #7350B5

Text Example


Text Example

White with #7350B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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