Html Css Color HEX #7D4AAC Studio

📋 copy color: '#7D4AAC'

red 125 ◦ green 74 ◦ blue 172

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

Shades of Studio #7D4AAC

Tints of Studio #7D4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 33.69%
G = 19.95%
B = 46.36%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D4AAC (or 0x7D4AAC) is known color: Studio. HEX triplet: 7D, 4A and AC. RGB value is (125,74,172). Sum of RGB (Red+Green+Blue) = 125+74+172=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D4AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4AAC is #82B553. Grayscale: #646464. Windows color (decimal): -8566100 or 11291261. OLE color: 11291261.

HSL color Cylindrical-coordinate representation of color #7D4AAC: hue angle of 271.22º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4AAC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 74 172 -
CMYK 0.27 0.57 0 0.33
HSL 271.22º 0.4% 0.48% -
HSV(B) 271.22º 0.57% 0.67% -
XYZ 18.35 12.24 40.42 -
YUV 100.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 125 74 172 0.27 0.57 0 0.33 271.22 0.4 0.48
Hex 7D 4A AC 1B 39 0 21 10F 28 30
Octal 175 112 254 33 71 0 41 417 50 60
Binary 1111101 1001010 10101100 11011 111001 0 100001 100001111 101000 110000

Color Harmonies of #7D4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AAC

Black with #7D4AAC

Text Example


Text Example

White with #7D4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,172); }

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

background-color css

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

 a { background-color: rgb(125,74,172); }

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

border-color css

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

 span { border-color: rgb(125,74,172); }

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