Html Css Color HEX #7D44AB Studio

📋 copy color: '#7D44AB'

red 125 ◦ green 68 ◦ blue 171

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

Shades of Studio #7D44AB

Tints of Studio #7D44AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

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

R = 34.34%
G = 18.68%
B = 46.98%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D44AB (or 0x7D44AB) is known color: Studio. HEX triplet: 7D, 44 and AB. RGB value is (125,68,171). Sum of RGB (Red+Green+Blue) = 125+68+171=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D44AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D44AB is #82BB54. Grayscale: #606060. Windows color (decimal): -8567637 or 11224189. OLE color: 11224189.

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

Color convert

RGB 125 68 171 -
CMYK 0.27 0.60 0 0.33
HSL 273.2º 0.43% 0.47% -
HSV(B) 273.2º 0.6% 0.67% -
XYZ 17.88 11.43 39.79 -
YUV 96.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 125 68 171 0.27 0.60 0 0.33 273.2 0.43 0.47
Hex 7D 44 AB 1B 3C 0 21 111 2B 2F
Octal 175 104 253 33 74 0 41 421 53 57
Binary 1111101 1000100 10101011 11011 111100 0 100001 100010001 101011 101111

Color Harmonies of #7D44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D44AB

Black with #7D44AB

Text Example


Text Example

White with #7D44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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