Html Css Color HEX #7D5AAE Studio

📋 copy color: '#7D5AAE'

red 125 ◦ green 90 ◦ blue 174

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

Shades of Studio #7D5AAE

Tints of Studio #7D5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 32.13%
G = 23.14%
B = 44.73%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D5AAE (or 0x7D5AAE) is known color: Studio. HEX triplet: 7D, 5A and AE. RGB value is (125,90,174). Sum of RGB (Red+Green+Blue) = 125+90+174=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AAE is #82A551. Grayscale: #6D6D6D. Windows color (decimal): -8562002 or 11426429. OLE color: 11426429.

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

Color convert

RGB 125 90 174 -
CMYK 0.28 0.48 0 0.32
HSL 265º 0.34% 0.52% -
HSV(B) 265º 0.48% 0.68% -
XYZ 19.75 14.73 41.85 -
YUV 110.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 125 90 174 0.28 0.48 0 0.32 265 0.34 0.52
Hex 7D 5A AE 1C 30 0 20 109 22 34
Octal 175 132 256 34 60 0 40 411 42 64
Binary 1111101 1011010 10101110 11100 110000 0 100000 100001001 100010 110100

Color Harmonies of #7D5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AAE

Black with #7D5AAE

Text Example


Text Example

White with #7D5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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