#7A53BE

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

Shades of Blue Marguerite #7A53BE

Tints of Blue Marguerite #7A53BE

Color information

#7A53BE (or 0x7A53BE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 53 and BE. RGB value is (122,83,190). Sum of RGB (Red+Green+Blue) = 122+83+190=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A53BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53BE is #85AC41. Grayscale: #6A6A6A. Windows color (decimal): -8760386 or 12473210. OLE color: 12473210.

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

Color convert

RGB12283190-
CMYK0.360.5600.25
HSL261.87º45.15%53.53%-
HSV(B)261.87º56.32%74.51%-
XYZ20.4114.0450.35-
YUV106.86174.92138.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=30.89%
G=21.01%
B=48.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122831900.360.5600.25261.8745.1553.53
Hex7A53BE24380191062d36
Octal17212327644700314065566
Binary1111010101001110111110100100111000011001100000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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