Html Css Color HEX #7A58BE Blue Marguerite

📋 copy color: '#7A58BE'

red 122 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #7A58BE

Tints of Blue Marguerite #7A58BE

RGB

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

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

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

R = 30.5%
G = 22%
B = 47.5%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A58BE (or 0x7A58BE) is known color: Blue Marguerite. HEX triplet: 7A, 58 and BE. RGB value is (122,88,190). Sum of RGB (Red+Green+Blue) = 122+88+190=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58BE is #85A741. Grayscale: #6D6D6D. Windows color (decimal): -8759106 or 12474490. OLE color: 12474490.

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

Color convert

RGB 122 88 190 -
CMYK 0.36 0.54 0 0.25
HSL 260º 0.44% 0.55% -
HSV(B) 260º 0.54% 0.75% -
XYZ 20.81 14.83 50.48 -
YUV 109.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 122 88 190 0.36 0.54 0 0.25 260 0.44 0.55
Hex 7A 58 BE 24 36 0 19 104 2C 37
Octal 172 130 276 44 66 0 31 404 54 67
Binary 1111010 1011000 10111110 100100 110110 0 11001 100000100 101100 110111

Color Harmonies of #7A58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58BE

Black with #7A58BE

Text Example


Text Example

White with #7A58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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