Html Css Color HEX #7B59BC Blue Marguerite

📋 copy color: '#7B59BC'

red 123 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7B59BC

Tints of Blue Marguerite #7B59BC

RGB

 RED value IS 123 (48.44% from 255) = 30.75%

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 30.75%
G = 22.25%
B = 47%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B59BC (or 0x7B59BC) is known color: Blue Marguerite. HEX triplet: 7B, 59 and BC. RGB value is (123,89,188). Sum of RGB (Red+Green+Blue) = 123+89+188=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59BC is #84A643. Grayscale: #6E6E6E. Windows color (decimal): -8693316 or 12343675. OLE color: 12343675.

HSL color Cylindrical-coordinate representation of color #7B59BC: hue angle of 260.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B59BC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 89 188 -
CMYK 0.35 0.53 0 0.26
HSL 260.61º 0.42% 0.54% -
HSV(B) 260.61º 0.53% 0.74% -
XYZ 20.82 14.99 49.37 -
YUV 110.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 123 89 188 0.35 0.53 0 0.26 260.61 0.42 0.54
Hex 7B 59 BC 23 35 0 1A 105 2A 36
Octal 173 131 274 43 65 0 32 405 52 66
Binary 1111011 1011001 10111100 100011 110101 0 11010 100000101 101010 110110

Color Harmonies of #7B59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B59BC

Black with #7B59BC

Text Example


Text Example

White with #7B59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B59BC; }

 p { color: rgb(123,89,188); }

 H1.HeaderClassName
 {
   color: #7B59BC;
 }
 .AnyTagClassName
 {
   color: #7B59BC;
 }
</style>

background-color css

<style>
 a { background-color: #7B59BC; }

 a { background-color: rgb(123,89,188); }

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

border-color css

<style>
 span { border-color: #7B59BC; }

 span { border-color: rgb(123,89,188); }

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