#7A52BE

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

Shades of Blue Marguerite #7A52BE

Tints of Blue Marguerite #7A52BE

Color information

#7A52BE (or 0x7A52BE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 52 and BE. RGB value is (122,82,190). Sum of RGB (Red+Green+Blue) = 122+82+190=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52BE is #85AD41. Grayscale: #696969. Windows color (decimal): -8760642 or 12472954. OLE color: 12472954.

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

Color convert

RGB12282190-
CMYK0.360.5700.25
HSL262.22º45.38%53.33%-
HSV(B)262.22º56.84%74.51%-
XYZ20.3413.8950.32-
YUV106.27175.25139.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=30.96%
G=20.81%
B=48.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122821900.360.5700.25262.2245.3853.33
Hex7A52BE24390191062d35
Octal17212227644710314065565
Binary1111010101001010111110100100111001011001100000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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