Html Css Color HEX #7153BA Blue Marguerite

📋 copy color: '#7153BA'

red 113 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #7153BA

Tints of Blue Marguerite #7153BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 29.58%
G = 21.73%
B = 48.69%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7153BA (or 0x7153BA) is known color: Blue Marguerite. HEX triplet: 71, 53 and BA. RGB value is (113,83,186). Sum of RGB (Red+Green+Blue) = 113+83+186=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #7153BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153BA is #8EAC45. Grayscale: #676767. Windows color (decimal): -9350214 or 12211057. OLE color: 12211057.

HSL color Cylindrical-coordinate representation of color #7153BA: hue angle of 257.48º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7153BA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 83 186 -
CMYK 0.39 0.55 0 0.27
HSL 257.48º 0.43% 0.53% -
HSV(B) 257.48º 0.55% 0.73% -
XYZ 18.77 13.24 48.02 -
YUV 103.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 113 83 186 0.39 0.55 0 0.27 257.48 0.43 0.53
Hex 71 53 BA 27 37 0 1B 101 2B 35
Octal 161 123 272 47 67 0 33 401 53 65
Binary 1110001 1010011 10111010 100111 110111 0 11011 100000001 101011 110101

Color Harmonies of #7153BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153BA

Black with #7153BA

Text Example


Text Example

White with #7153BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7153BA; }

 p { color: rgb(113,83,186); }

 H1.HeaderClassName
 {
   color: #7153BA;
 }
 .AnyTagClassName
 {
   color: #7153BA;
 }
</style>

background-color css

<style>
 a { background-color: #7153BA; }

 a { background-color: rgb(113,83,186); }

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

border-color css

<style>
 span { border-color: #7153BA; }

 span { border-color: rgb(113,83,186); }

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