#7A52BB

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

Shades of Blue Marguerite #7A52BB

Tints of Blue Marguerite #7A52BB

Color information

#7A52BB (or 0x7A52BB) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 52 and BB. RGB value is (122,82,187). Sum of RGB (Red+Green+Blue) = 122+82+187=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52BB is #85AD44. Grayscale: #696969. Windows color (decimal): -8760645 or 12276346. OLE color: 12276346.

HSL color Cylindrical-coordinate representation of color #7A52BB: hue angle of 262.86º degrees, saturation: 0.44, 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 #7A52BB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12282187-
CMYK0.350.5600.27
HSL262.86º43.57%52.75%-
HSV(B)262.86º56.15%73.33%-
XYZ20.0113.7648.61-
YUV105.93173.75139.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=31.20%
G=20.97%
B=47.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122821870.350.5600.27262.8643.5752.75
Hex7A52BB233801B1072c35
Octal17212227343700334075465
Binary1111010101001010111011100011111000011011100000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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