Html Css Color HEX #7D5AAA Studio

📋 copy color: '#7D5AAA'

red 125 ◦ green 90 ◦ blue 170

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

Shades of Studio #7D5AAA

Tints of Studio #7D5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 32.47%
G = 23.38%
B = 44.16%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D5AAA (or 0x7D5AAA) is known color: Studio. HEX triplet: 7D, 5A and AA. RGB value is (125,90,170). Sum of RGB (Red+Green+Blue) = 125+90+170=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AAA is #82A555. Grayscale: #6D6D6D. Windows color (decimal): -8562006 or 11164285. OLE color: 11164285.

HSL color Cylindrical-coordinate representation of color #7D5AAA: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5AAA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 90 170 -
CMYK 0.26 0.47 0 0.33
HSL 266.25º 0.32% 0.51% -
HSV(B) 266.25º 0.47% 0.67% -
XYZ 19.37 14.57 39.82 -
YUV 109.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 125 90 170 0.26 0.47 0 0.33 266.25 0.32 0.51
Hex 7D 5A AA 1A 2F 0 21 10A 20 33
Octal 175 132 252 32 57 0 41 412 40 63
Binary 1111101 1011010 10101010 11010 101111 0 100001 100001010 100000 110011

Color Harmonies of #7D5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AAA

Black with #7D5AAA

Text Example


Text Example

White with #7D5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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