#7A61BE

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

Shades of Blue Marguerite #7A61BE

Tints of Blue Marguerite #7A61BE

Color information

#7A61BE (or 0x7A61BE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 61 and BE. RGB value is (122,97,190). Sum of RGB (Red+Green+Blue) = 122+97+190=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61BE is #859E41. Grayscale: #727272. Windows color (decimal): -8756802 or 12476794. OLE color: 12476794.

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

Color convert

RGB12297190-
CMYK0.360.4900.25
HSL256.13º41.7%56.27%-
HSV(B)256.13º48.95%74.51%-
XYZ21.5916.450.74-
YUV115.08170.28132.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=29.83%
G=23.72%
B=46.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122971900.360.4900.25256.1341.756.27
Hex7A61BE24310191002a38
Octal17214127644610314005270
Binary1111010110000110111110100100110001011001100000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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