Html Css Color HEX #7A59BF Blue Marguerite

📋 copy color: '#7A59BF'

red 122 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #7A59BF

Tints of Blue Marguerite #7A59BF

RGB

 RED value IS 122 (48.05% from 255) = 30.35%

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 30.35%
G = 22.14%
B = 47.51%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A59BF (or 0x7A59BF) is known color: Blue Marguerite. HEX triplet: 7A, 59 and BF. RGB value is (122,89,191). Sum of RGB (Red+Green+Blue) = 122+89+191=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59BF is #85A640. Grayscale: #6E6E6E. Windows color (decimal): -8758849 or 12540282. OLE color: 12540282.

HSL color Cylindrical-coordinate representation of color #7A59BF: hue angle of 259.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A59BF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 89 191 -
CMYK 0.36 0.53 0 0.25
HSL 259.41º 0.44% 0.55% -
HSV(B) 259.41º 0.53% 0.75% -
XYZ 21 15.04 51.09 -
YUV 110.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 122 89 191 0.36 0.53 0 0.25 259.41 0.44 0.55
Hex 7A 59 BF 24 35 0 19 103 2C 37
Octal 172 131 277 44 65 0 31 403 54 67
Binary 1111010 1011001 10111111 100100 110101 0 11001 100000011 101100 110111

Color Harmonies of #7A59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A59BF

Black with #7A59BF

Text Example


Text Example

White with #7A59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,191); }

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

background-color css

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

 a { background-color: rgb(122,89,191); }

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

border-color css

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

 span { border-color: rgb(122,89,191); }

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