Html Css Color HEX #7A41AC Studio

📋 copy color: '#7A41AC'

red 122 ◦ green 65 ◦ blue 172

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

Shades of Studio #7A41AC

Tints of Studio #7A41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 33.98%
G = 18.11%
B = 47.91%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A41AC (or 0x7A41AC) is known color: Studio. HEX triplet: 7A, 41 and AC. RGB value is (122,65,172). Sum of RGB (Red+Green+Blue) = 122+65+172=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A41AC is #85BE53. Grayscale: #5D5D5D. Windows color (decimal): -8765012 or 11288954. OLE color: 11288954.

HSL color Cylindrical-coordinate representation of color #7A41AC: hue angle of 271.96º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A41AC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 65 172 -
CMYK 0.29 0.62 0 0.33
HSL 271.96º 0.45% 0.46% -
HSV(B) 271.96º 0.62% 0.67% -
XYZ 17.36 10.9 40.22 -
YUV 94.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 122 65 172 0.29 0.62 0 0.33 271.96 0.45 0.46
Hex 7A 41 AC 1D 3E 0 21 110 2D 2E
Octal 172 101 254 35 76 0 41 420 55 56
Binary 1111010 1000001 10101100 11101 111110 0 100001 100010000 101101 101110

Color Harmonies of #7A41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A41AC

Black with #7A41AC

Text Example


Text Example

White with #7A41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,65,172); }

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

background-color css

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

 a { background-color: rgb(122,65,172); }

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

border-color css

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

 span { border-color: rgb(122,65,172); }

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