Html Css Color HEX #7D52AA Studio

📋 copy color: '#7D52AA'

red 125 ◦ green 82 ◦ blue 170

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

Shades of Studio #7D52AA

Tints of Studio #7D52AA

RGB

 RED value IS 125 (49.22% from 255) = 33.16%

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 33.16%
G = 21.75%
B = 45.09%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D52AA (or 0x7D52AA) is known color: Studio. HEX triplet: 7D, 52 and AA. RGB value is (125,82,170). Sum of RGB (Red+Green+Blue) = 125+82+170=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D52AA is #82AD55. Grayscale: #686868. Windows color (decimal): -8564054 or 11162237. OLE color: 11162237.

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

Color convert

RGB 125 82 170 -
CMYK 0.26 0.52 0 0.33
HSL 269.32º 0.35% 0.49% -
HSV(B) 269.32º 0.52% 0.67% -
XYZ 18.73 13.3 39.61 -
YUV 104.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 125 82 170 0.26 0.52 0 0.33 269.32 0.35 0.49
Hex 7D 52 AA 1A 34 0 21 10D 23 31
Octal 175 122 252 32 64 0 41 415 43 61
Binary 1111101 1010010 10101010 11010 110100 0 100001 100001101 100011 110001

Color Harmonies of #7D52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52AA

Black with #7D52AA

Text Example


Text Example

White with #7D52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,170); }

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

background-color css

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

 a { background-color: rgb(125,82,170); }

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

border-color css

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

 span { border-color: rgb(125,82,170); }

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