Html Css Color HEX #7A61AF Blue Marguerite

📋 copy color: '#7A61AF'

red 122 ◦ green 97 ◦ blue 175

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

Shades of Blue Marguerite #7A61AF

Tints of Blue Marguerite #7A61AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 30.96%
G = 24.62%
B = 44.42%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A61AF (or 0x7A61AF) is known color: Blue Marguerite. HEX triplet: 7A, 61 and AF. RGB value is (122,97,175). Sum of RGB (Red+Green+Blue) = 122+97+175=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61AF is #859E50. Grayscale: #717171. Windows color (decimal): -8756817 or 11493754. OLE color: 11493754.

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

Color convert

RGB 122 97 175 -
CMYK 0.30 0.45 0 0.31
HSL 259.23º 0.33% 0.53% -
HSV(B) 259.23º 0.45% 0.69% -
XYZ 20.04 15.78 42.55 -
YUV 113.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 122 97 175 0.30 0.45 0 0.31 259.23 0.33 0.53
Hex 7A 61 AF 1E 2D 0 1F 103 21 35
Octal 172 141 257 36 55 0 37 403 41 65
Binary 1111010 1100001 10101111 11110 101101 0 11111 100000011 100001 110101

Color Harmonies of #7A61AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A61AF

Black with #7A61AF

Text Example


Text Example

White with #7A61AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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