Html Css Color HEX #7A64B3 Blue Marguerite

📋 copy color: '#7A64B3'

red 122 ◦ green 100 ◦ blue 179

#7A64B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7A64B3

Tints of Blue Marguerite #7A64B3

RGB

 RED value IS 122 (48.05% from 255) = 30.42%

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 30.42%
G = 24.94%
B = 44.64%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7A64B3 (or 0x7A64B3) is known color: Blue Marguerite. HEX triplet: 7A, 64 and B3. RGB value is (122,100,179). Sum of RGB (Red+Green+Blue) = 122+100+179=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A64B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64B3 is #859B4C. Grayscale: #737373. Windows color (decimal): -8756045 or 11756666. OLE color: 11756666.

HSL color Cylindrical-coordinate representation of color #7A64B3: hue angle of 256.71º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A64B3 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 100 179 -
CMYK 0.32 0.44 0 0.30
HSL 256.71º 0.34% 0.55% -
HSV(B) 256.71º 0.44% 0.7% -
XYZ 20.72 16.51 44.74 -
YUV 115.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 122 100 179 0.32 0.44 0 0.30 256.71 0.34 0.55
Hex 7A 64 B3 20 2C 0 1E 101 22 37
Octal 172 144 263 40 54 0 36 401 42 67
Binary 1111010 1100100 10110011 100000 101100 0 11110 100000001 100010 110111

Color Harmonies of #7A64B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A64B3

Black with #7A64B3

Text Example


Text Example

White with #7A64B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,179); }

 H1.HeaderClassName
 {
   color: #7A64B3;
 }
 .AnyTagClassName
 {
   color: #7A64B3;
 }
</style>

background-color css

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

 a { background-color: rgb(122,100,179); }

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

border-color css

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

 span { border-color: rgb(122,100,179); }

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