Html Css Color HEX #7A58AC Studio

📋 copy color: '#7A58AC'

red 122 ◦ green 88 ◦ blue 172

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

Shades of Studio #7A58AC

Tints of Studio #7A58AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 31.94%
G = 23.04%
B = 45.03%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A58AC (or 0x7A58AC) is known color: Studio. HEX triplet: 7A, 58 and AC. RGB value is (122,88,172). Sum of RGB (Red+Green+Blue) = 122+88+172=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58AC is #85A753. Grayscale: #6B6B6B. Windows color (decimal): -8759124 or 11294842. OLE color: 11294842.

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

Color convert

RGB 122 88 172 -
CMYK 0.29 0.49 0 0.33
HSL 264.29º 0.34% 0.51% -
HSV(B) 264.29º 0.49% 0.67% -
XYZ 18.96 14.1 40.75 -
YUV 107.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 122 88 172 0.29 0.49 0 0.33 264.29 0.34 0.51
Hex 7A 58 AC 1D 31 0 21 108 22 33
Octal 172 130 254 35 61 0 41 410 42 63
Binary 1111010 1011000 10101100 11101 110001 0 100001 100001000 100010 110011

Color Harmonies of #7A58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58AC

Black with #7A58AC

Text Example


Text Example

White with #7A58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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