Html Css Color HEX #7A58B9 Blue Marguerite

📋 copy color: '#7A58B9'

red 122 ◦ green 88 ◦ blue 185

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

Shades of Blue Marguerite #7A58B9

Tints of Blue Marguerite #7A58B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 30.89%
G = 22.28%
B = 46.84%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A58B9 (or 0x7A58B9) is known color: Blue Marguerite. HEX triplet: 7A, 58 and B9. RGB value is (122,88,185). Sum of RGB (Red+Green+Blue) = 122+88+185=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A58B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58B9 is #85A746. Grayscale: #6C6C6C. Windows color (decimal): -8759111 or 12146810. OLE color: 12146810.

HSL color Cylindrical-coordinate representation of color #7A58B9: hue angle of 261.03º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A58B9 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 88 185 -
CMYK 0.34 0.52 0 0.27
HSL 261.03º 0.41% 0.54% -
HSV(B) 261.03º 0.52% 0.73% -
XYZ 20.27 14.62 47.65 -
YUV 109.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 122 88 185 0.34 0.52 0 0.27 261.03 0.41 0.54
Hex 7A 58 B9 22 34 0 1B 105 29 36
Octal 172 130 271 42 64 0 33 405 51 66
Binary 1111010 1011000 10111001 100010 110100 0 11011 100000101 101001 110110

Color Harmonies of #7A58B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58B9

Black with #7A58B9

Text Example


Text Example

White with #7A58B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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