Html Css Color HEX #7155AF Blue Marguerite

📋 copy color: '#7155AF'

red 113 ◦ green 85 ◦ blue 175

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

Shades of Blue Marguerite #7155AF

Tints of Blue Marguerite #7155AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 30.29%
G = 22.79%
B = 46.92%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7155AF (or 0x7155AF) is known color: Blue Marguerite. HEX triplet: 71, 55 and AF. RGB value is (113,85,175). Sum of RGB (Red+Green+Blue) = 113+85+175=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #7155AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7155AF is #8EAA50. Grayscale: #676767. Windows color (decimal): -9349713 or 11490673. OLE color: 11490673.

HSL color Cylindrical-coordinate representation of color #7155AF: hue angle of 258.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7155AF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 85 175 -
CMYK 0.35 0.51 0 0.31
HSL 258.67º 0.36% 0.51% -
HSV(B) 258.67º 0.51% 0.69% -
XYZ 17.8 13.1 42.15 -
YUV 103.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 113 85 175 0.35 0.51 0 0.31 258.67 0.36 0.51
Hex 71 55 AF 23 33 0 1F 103 24 33
Octal 161 125 257 43 63 0 37 403 44 63
Binary 1110001 1010101 10101111 100011 110011 0 11111 100000011 100100 110011

Color Harmonies of #7155AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155AF

Black with #7155AF

Text Example


Text Example

White with #7155AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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