Html Css Color HEX #7D4DAD Studio

📋 copy color: '#7D4DAD'

red 125 ◦ green 77 ◦ blue 173

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

Shades of Studio #7D4DAD

Tints of Studio #7D4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.53%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 33.33%
G = 20.53%
B = 46.13%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D4DAD (or 0x7D4DAD) is known color: Studio. HEX triplet: 7D, 4D and AD. RGB value is (125,77,173). Sum of RGB (Red+Green+Blue) = 125+77+173=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DAD is #82B252. Grayscale: #656565. Windows color (decimal): -8565331 or 11357565. OLE color: 11357565.

HSL color Cylindrical-coordinate representation of color #7D4DAD: hue angle of 270º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4DAD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 77 173 -
CMYK 0.28 0.55 0 0.32
HSL 270º 0.38% 0.49% -
HSV(B) 270º 0.55% 0.68% -
XYZ 18.65 12.68 41 -
YUV 102.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 125 77 173 0.28 0.55 0 0.32 270 0.38 0.49
Hex 7D 4D AD 1C 37 0 20 10E 26 31
Octal 175 115 255 34 67 0 40 416 46 61
Binary 1111101 1001101 10101101 11100 110111 0 100000 100001110 100110 110001

Color Harmonies of #7D4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DAD

Black with #7D4DAD

Text Example


Text Example

White with #7D4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,173); }

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

background-color css

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

 a { background-color: rgb(125,77,173); }

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

border-color css

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

 span { border-color: rgb(125,77,173); }

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