Html Css Color HEX #7155B7 Blue Marguerite

📋 copy color: '#7155B7'

red 113 ◦ green 85 ◦ blue 183

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

Shades of Blue Marguerite #7155B7

Tints of Blue Marguerite #7155B7

RGB

 RED value IS 113 (44.53% from 255) = 29.66%

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 29.66%
G = 22.31%
B = 48.03%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7155B7 (or 0x7155B7) is known color: Blue Marguerite. HEX triplet: 71, 55 and B7. RGB value is (113,85,183). Sum of RGB (Red+Green+Blue) = 113+85+183=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #7155B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155B7 is #8EAA48. Grayscale: #686868. Windows color (decimal): -9349705 or 12014961. OLE color: 12014961.

HSL color Cylindrical-coordinate representation of color #7155B7: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7155B7 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 85 183 -
CMYK 0.38 0.54 0 0.28
HSL 257.14º 0.4% 0.53% -
HSV(B) 257.14º 0.54% 0.72% -
XYZ 18.61 13.43 46.41 -
YUV 104.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 113 85 183 0.38 0.54 0 0.28 257.14 0.4 0.53
Hex 71 55 B7 26 36 0 1C 101 28 35
Octal 161 125 267 46 66 0 34 401 50 65
Binary 1110001 1010101 10110111 100110 110110 0 11100 100000001 101000 110101

Color Harmonies of #7155B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155B7

Black with #7155B7

Text Example


Text Example

White with #7155B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7155B7; }

 p { color: rgb(113,85,183); }

 H1.HeaderClassName
 {
   color: #7155B7;
 }
 .AnyTagClassName
 {
   color: #7155B7;
 }
</style>

background-color css

<style>
 a { background-color: #7155B7; }

 a { background-color: rgb(113,85,183); }

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

border-color css

<style>
 span { border-color: #7155B7; }

 span { border-color: rgb(113,85,183); }

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