#7A61BC

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

Shades of Blue Marguerite #7A61BC

Tints of Blue Marguerite #7A61BC

Color information

#7A61BC (or 0x7A61BC) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 61 and BC. RGB value is (122,97,188). Sum of RGB (Red+Green+Blue) = 122+97+188=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61BC is #859E43. Grayscale: #727272. Windows color (decimal): -8756804 or 12345722. OLE color: 12345722.

HSL color Cylindrical-coordinate representation of color #7A61BC: hue angle of 256.48º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A61BC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12297188-
CMYK0.350.4800.26
HSL256.48º40.44%55.88%-
HSV(B)256.48º48.4%73.73%-
XYZ21.3816.3249.6-
YUV114.85169.28133.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=29.98%
G=23.83%
B=46.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122971880.350.4800.26256.4840.4455.88
Hex7A61BC233001A1002838
Octal17214127443600324005070
Binary1111010110000110111100100011110000011010100000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,188); }

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

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

 a { background-color: rgb(122,97,188); }

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

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

 span { border-color: rgb(122,97,188); }

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