#7A61B0

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

Shades of Blue Marguerite #7A61B0

Tints of Blue Marguerite #7A61B0

Color information

#7A61B0 (or 0x7A61B0) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 61 and B0. RGB value is (122,97,176). Sum of RGB (Red+Green+Blue) = 122+97+176=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A61B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61B0 is #859E4F. Grayscale: #717171. Windows color (decimal): -8756816 or 11559290. OLE color: 11559290.

HSL color Cylindrical-coordinate representation of color #7A61B0: hue angle of 258.99º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A61B0 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12297176-
CMYK0.310.4500.31
HSL258.99º33.33%53.53%-
HSV(B)258.99º44.89%69.02%-
XYZ20.1415.8243.07-
YUV113.48163.28134.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=30.89%
G=24.56%
B=44.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122971760.310.4500.31258.9933.3353.53
Hex7A61B01F2D01F1032136
Octal17214126037550374034166
Binary111101011000011011000011111101101011111100000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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