Html Css Color HEX #7D4EAD Studio

📋 copy color: '#7D4EAD'

red 125 ◦ green 78 ◦ blue 173

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

Shades of Studio #7D4EAD

Tints of Studio #7D4EAD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

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

R = 33.24%
G = 20.74%
B = 46.01%

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

#7D4EAD (or 0x7D4EAD) is known color: Studio. HEX triplet: 7D, 4E and AD. RGB value is (125,78,173). Sum of RGB (Red+Green+Blue) = 125+78+173=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4EAD is #82B152. Grayscale: #666666. Windows color (decimal): -8565075 or 11357821. OLE color: 11357821.

HSL color Cylindrical-coordinate representation of color #7D4EAD: hue angle of 269.68º 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 #7D4EAD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 78 173 -
CMYK 0.28 0.55 0 0.32
HSL 269.68º 0.38% 0.49% -
HSV(B) 269.68º 0.55% 0.68% -
XYZ 18.72 12.83 41.02 -
YUV 102.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 125 78 173 0.28 0.55 0 0.32 269.68 0.38 0.49
Hex 7D 4E AD 1C 37 0 20 10E 26 31
Octal 175 116 255 34 67 0 40 416 46 61
Binary 1111101 1001110 10101101 11100 110111 0 100000 100001110 100110 110001

Color Harmonies of #7D4EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4EAD

Black with #7D4EAD

Text Example


Text Example

White with #7D4EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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