Html Css Color HEX #7153BE Blue Marguerite

📋 copy color: '#7153BE'

red 113 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #7153BE

Tints of Blue Marguerite #7153BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 29.27%
G = 21.5%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7153BE (or 0x7153BE) is known color: Blue Marguerite. HEX triplet: 71, 53 and BE. RGB value is (113,83,190). Sum of RGB (Red+Green+Blue) = 113+83+190=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7153BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153BE is #8EAC41. Grayscale: #676767. Windows color (decimal): -9350210 or 12473201. OLE color: 12473201.

HSL color Cylindrical-coordinate representation of color #7153BE: hue angle of 256.82º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7153BE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 83 190 -
CMYK 0.41 0.56 0 0.25
HSL 256.82º 0.45% 0.54% -
HSV(B) 256.82º 0.56% 0.75% -
XYZ 19.2 13.41 50.29 -
YUV 104.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 113 83 190 0.41 0.56 0 0.25 256.82 0.45 0.54
Hex 71 53 BE 29 38 0 19 101 2D 36
Octal 161 123 276 51 70 0 31 401 55 66
Binary 1110001 1010011 10111110 101001 111000 0 11001 100000001 101101 110110

Color Harmonies of #7153BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153BE

Black with #7153BE

Text Example


Text Example

White with #7153BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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