Html Css Color HEX #7D3DAE Studio

📋 copy color: '#7D3DAE'

red 125 ◦ green 61 ◦ blue 174

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

Shades of Studio #7D3DAE

Tints of Studio #7D3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.94%

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 34.72%
G = 16.94%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D3DAE (or 0x7D3DAE) is known color: Studio. HEX triplet: 7D, 3D and AE. RGB value is (125,61,174). Sum of RGB (Red+Green+Blue) = 125+61+174=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3DAE is #82C251. Grayscale: #5C5C5C. Windows color (decimal): -8569426 or 11419005. OLE color: 11419005.

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

Color convert

RGB 125 61 174 -
CMYK 0.28 0.65 0 0.32
HSL 273.98º 0.48% 0.46% -
HSV(B) 273.98º 0.65% 0.68% -
XYZ 17.77 10.75 41.18 -
YUV 93.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 125 61 174 0.28 0.65 0 0.32 273.98 0.48 0.46
Hex 7D 3D AE 1C 41 0 20 112 30 2E
Octal 175 75 256 34 101 0 40 422 60 56
Binary 1111101 111101 10101110 11100 1000001 0 100000 100010010 110000 101110

Color Harmonies of #7D3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3DAE

Black with #7D3DAE

Text Example


Text Example

White with #7D3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,174); }

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

background-color css

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

 a { background-color: rgb(125,61,174); }

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

border-color css

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

 span { border-color: rgb(125,61,174); }

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