Html Css Color HEX #7D43AB Studio

📋 copy color: '#7D43AB'

red 125 ◦ green 67 ◦ blue 171

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

Shades of Studio #7D43AB

Tints of Studio #7D43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

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

R = 34.44%
G = 18.46%
B = 47.11%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D43AB (or 0x7D43AB) is known color: Studio. HEX triplet: 7D, 43 and AB. RGB value is (125,67,171). Sum of RGB (Red+Green+Blue) = 125+67+171=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D43AB is #82BC54. Grayscale: #5F5F5F. Windows color (decimal): -8567893 or 11223933. OLE color: 11223933.

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

Color convert

RGB 125 67 171 -
CMYK 0.27 0.61 0 0.33
HSL 273.46º 0.44% 0.47% -
HSV(B) 273.46º 0.61% 0.67% -
XYZ 17.82 11.31 39.77 -
YUV 96.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 125 67 171 0.27 0.61 0 0.33 273.46 0.44 0.47
Hex 7D 43 AB 1B 3D 0 21 111 2C 2F
Octal 175 103 253 33 75 0 41 421 54 57
Binary 1111101 1000011 10101011 11011 111101 0 100001 100010001 101100 101111

Color Harmonies of #7D43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D43AB

Black with #7D43AB

Text Example


Text Example

White with #7D43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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