Html Css Color HEX #7D3FAD Studio

📋 copy color: '#7D3FAD'

red 125 ◦ green 63 ◦ blue 173

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

Shades of Studio #7D3FAD

Tints of Studio #7D3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

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

R = 34.63%
G = 17.45%
B = 47.92%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D3FAD (or 0x7D3FAD) is known color: Studio. HEX triplet: 7D, 3F and AD. RGB value is (125,63,173). Sum of RGB (Red+Green+Blue) = 125+63+173=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3FAD is #82C052. Grayscale: #5D5D5D. Windows color (decimal): -8568915 or 11353981. OLE color: 11353981.

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

Color convert

RGB 125 63 173 -
CMYK 0.28 0.64 0 0.32
HSL 273.82º 0.47% 0.46% -
HSV(B) 273.82º 0.64% 0.68% -
XYZ 17.78 10.93 40.71 -
YUV 94.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 125 63 173 0.28 0.64 0 0.32 273.82 0.47 0.46
Hex 7D 3F AD 1C 40 0 20 112 2F 2E
Octal 175 77 255 34 100 0 40 422 57 56
Binary 1111101 111111 10101101 11100 1000000 0 100000 100010010 101111 101110

Color Harmonies of #7D3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FAD

Black with #7D3FAD

Text Example


Text Example

White with #7D3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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