Html Css Color HEX #7D40AB Studio

📋 copy color: '#7D40AB'

red 125 ◦ green 64 ◦ blue 171

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

Shades of Studio #7D40AB

Tints of Studio #7D40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 34.72%
G = 17.78%
B = 47.5%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D40AB (or 0x7D40AB) is known color: Studio. HEX triplet: 7D, 40 and AB. RGB value is (125,64,171). Sum of RGB (Red+Green+Blue) = 125+64+171=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D40AB is #82BF54. Grayscale: #5E5E5E. Windows color (decimal): -8568661 or 11223165. OLE color: 11223165.

HSL color Cylindrical-coordinate representation of color #7D40AB: hue angle of 274.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D40AB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 64 171 -
CMYK 0.27 0.63 0 0.33
HSL 274.21º 0.46% 0.46% -
HSV(B) 274.21º 0.63% 0.67% -
XYZ 17.64 10.97 39.72 -
YUV 94.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 125 64 171 0.27 0.63 0 0.33 274.21 0.46 0.46
Hex 7D 40 AB 1B 3F 0 21 112 2E 2E
Octal 175 100 253 33 77 0 41 422 56 56
Binary 1111101 1000000 10101011 11011 111111 0 100001 100010010 101110 101110

Color Harmonies of #7D40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40AB

Black with #7D40AB

Text Example


Text Example

White with #7D40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,171); }

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

background-color css

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

 a { background-color: rgb(125,64,171); }

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

border-color css

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

 span { border-color: rgb(125,64,171); }

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