Html Css Color HEX #7A52A4 Studio

📋 copy color: '#7A52A4'

red 122 ◦ green 82 ◦ blue 164

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

Shades of Studio #7A52A4

Tints of Studio #7A52A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

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

R = 33.15%
G = 22.28%
B = 44.57%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7A52A4 (or 0x7A52A4) is known color: Studio. HEX triplet: 7A, 52 and A4. RGB value is (122,82,164). Sum of RGB (Red+Green+Blue) = 122+82+164=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A52A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A52A4 is #85AD5B. Grayscale: #676767. Windows color (decimal): -8760668 or 10769018. OLE color: 10769018.

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

Color convert

RGB 122 82 164 -
CMYK 0.26 0.5 0 0.36
HSL 269.27º 0.33% 0.48% -
HSV(B) 269.27º 0.5% 0.64% -
XYZ 17.74 12.85 36.67 -
YUV 103.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 122 82 164 0.26 0.5 0 0.36 269.27 0.33 0.48
Hex 7A 52 A4 1A 32 0 24 10D 21 30
Octal 172 122 244 32 62 0 44 415 41 60
Binary 1111010 1010010 10100100 11010 110010 0 100100 100001101 100001 110000

Color Harmonies of #7A52A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52A4

Black with #7A52A4

Text Example


Text Example

White with #7A52A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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