#7A52BA

Color #7A52BA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7A52BA

Tints of Blue Marguerite #7A52BA

Color information

#7A52BA (or 0x7A52BA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 52 and BA. RGB value is (122,82,186). Sum of RGB (Red+Green+Blue) = 122+82+186=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52BA is #85AD45. Grayscale: #696969. Windows color (decimal): -8760646 or 12210810. OLE color: 12210810.

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

Color convert

RGB12282186-
CMYK0.340.5600.27
HSL263.08º42.98%52.55%-
HSV(B)263.08º55.91%72.94%-
XYZ19.9113.7248.05-
YUV105.82173.25139.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=31.28%
G=21.03%
B=47.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122821860.340.5600.27263.0842.9852.55
Hex7A52BA223801B1072b35
Octal17212227242700334075365
Binary1111010101001010111010100010111000011011100000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,82,186); }

 H1.HeaderClassName
 {
   color: #7A52BA;
 }
 .AnyTagClassName
 {
   color: #7A52BA;
 }
</style>
background-color css

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

 a { background-color: rgb(122,82,186); }

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

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

 span { border-color: rgb(122,82,186); }

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