Html Css Color HEX #7A5FAF Blue Marguerite

📋 copy color: '#7A5FAF'

red 122 ◦ green 95 ◦ blue 175

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

Shades of Blue Marguerite #7A5FAF

Tints of Blue Marguerite #7A5FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 31.12%
G = 24.23%
B = 44.64%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A5FAF (or 0x7A5FAF) is known color: Blue Marguerite. HEX triplet: 7A, 5F and AF. RGB value is (122,95,175). Sum of RGB (Red+Green+Blue) = 122+95+175=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5FAF is #85A050. Grayscale: #6F6F6F. Windows color (decimal): -8757329 or 11493242. OLE color: 11493242.

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

Color convert

RGB 122 95 175 -
CMYK 0.30 0.46 0 0.31
HSL 260.25º 0.33% 0.53% -
HSV(B) 260.25º 0.46% 0.69% -
XYZ 19.86 15.42 42.49 -
YUV 112.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 122 95 175 0.30 0.46 0 0.31 260.25 0.33 0.53
Hex 7A 5F AF 1E 2E 0 1F 104 21 35
Octal 172 137 257 36 56 0 37 404 41 65
Binary 1111010 1011111 10101111 11110 101110 0 11111 100000100 100001 110101

Color Harmonies of #7A5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5FAF

Black with #7A5FAF

Text Example


Text Example

White with #7A5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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