Html Css Color HEX #7A40A4 Studio

📋 copy color: '#7A40A4'

red 122 ◦ green 64 ◦ blue 164

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

Shades of Studio #7A40A4

Tints of Studio #7A40A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 34.86%
G = 18.29%
B = 46.86%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7A40A4 (or 0x7A40A4) is known color: Studio. HEX triplet: 7A, 40 and A4. RGB value is (122,64,164). Sum of RGB (Red+Green+Blue) = 122+64+164=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A40A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A40A4 is #85BF5B. Grayscale: #5C5C5C. Windows color (decimal): -8765276 or 10764410. OLE color: 10764410.

HSL color Cylindrical-coordinate representation of color #7A40A4: hue angle of 274.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A40A4 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 64 164 -
CMYK 0.26 0.61 0 0.36
HSL 274.8º 0.44% 0.45% -
HSV(B) 274.8º 0.61% 0.64% -
XYZ 16.56 10.48 36.27 -
YUV 92.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 122 64 164 0.26 0.61 0 0.36 274.8 0.44 0.45
Hex 7A 40 A4 1A 3D 0 24 113 2C 2D
Octal 172 100 244 32 75 0 44 423 54 55
Binary 1111010 1000000 10100100 11010 111101 0 100100 100010011 101100 101101

Color Harmonies of #7A40A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A40A4

Black with #7A40A4

Text Example


Text Example

White with #7A40A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,64,164); }

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

background-color css

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

 a { background-color: rgb(122,64,164); }

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

border-color css

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

 span { border-color: rgb(122,64,164); }

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