Html Css Color HEX #7A58B7 Blue Marguerite

📋 copy color: '#7A58B7'

red 122 ◦ green 88 ◦ blue 183

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

Shades of Blue Marguerite #7A58B7

Tints of Blue Marguerite #7A58B7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 183 (71.88% from 255) = 46.56%

R = 31.04%
G = 22.39%
B = 46.56%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7A58B7 (or 0x7A58B7) is known color: Blue Marguerite. HEX triplet: 7A, 58 and B7. RGB value is (122,88,183). Sum of RGB (Red+Green+Blue) = 122+88+183=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A58B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58B7 is #85A748. Grayscale: #6C6C6C. Windows color (decimal): -8759113 or 12015738. OLE color: 12015738.

HSL color Cylindrical-coordinate representation of color #7A58B7: hue angle of 261.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A58B7 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 88 183 -
CMYK 0.33 0.52 0 0.28
HSL 261.47º 0.4% 0.53% -
HSV(B) 261.47º 0.52% 0.72% -
XYZ 20.06 14.54 46.55 -
YUV 109 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 122 88 183 0.33 0.52 0 0.28 261.47 0.4 0.53
Hex 7A 58 B7 21 34 0 1C 105 28 35
Octal 172 130 267 41 64 0 34 405 50 65
Binary 1111010 1011000 10110111 100001 110100 0 11100 100000101 101000 110101

Color Harmonies of #7A58B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58B7

Black with #7A58B7

Text Example


Text Example

White with #7A58B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,183); }

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

background-color css

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

 a { background-color: rgb(122,88,183); }

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

border-color css

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

 span { border-color: rgb(122,88,183); }

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