Html Css Color HEX #7A50BE Blue Marguerite

📋 copy color: '#7A50BE'

red 122 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #7A50BE

Tints of Blue Marguerite #7A50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 31.12%
G = 20.41%
B = 48.47%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A50BE (or 0x7A50BE) is known color: Blue Marguerite. HEX triplet: 7A, 50 and BE. RGB value is (122,80,190). Sum of RGB (Red+Green+Blue) = 122+80+190=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50BE is #85AF41. Grayscale: #686868. Windows color (decimal): -8761154 or 12472442. OLE color: 12472442.

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

Color convert

RGB 122 80 190 -
CMYK 0.36 0.58 0 0.25
HSL 262.91º 0.46% 0.53% -
HSV(B) 262.91º 0.58% 0.75% -
XYZ 20.19 13.59 50.27 -
YUV 105.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 122 80 190 0.36 0.58 0 0.25 262.91 0.46 0.53
Hex 7A 50 BE 24 3A 0 19 107 2E 35
Octal 172 120 276 44 72 0 31 407 56 65
Binary 1111010 1010000 10111110 100100 111010 0 11001 100000111 101110 110101

Color Harmonies of #7A50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A50BE

Black with #7A50BE

Text Example


Text Example

White with #7A50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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