Html Css Color HEX #7D56AD Studio

📋 copy color: '#7D56AD'

red 125 ◦ green 86 ◦ blue 173

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

Shades of Studio #7D56AD

Tints of Studio #7D56AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 32.55%
G = 22.4%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D56AD (or 0x7D56AD) is known color: Studio. HEX triplet: 7D, 56 and AD. RGB value is (125,86,173). Sum of RGB (Red+Green+Blue) = 125+86+173=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D56AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D56AD is #82A952. Grayscale: #6B6B6B. Windows color (decimal): -8563027 or 11359869. OLE color: 11359869.

HSL color Cylindrical-coordinate representation of color #7D56AD: hue angle of 266.9º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D56AD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 86 173 -
CMYK 0.28 0.50 0 0.32
HSL 266.9º 0.35% 0.51% -
HSV(B) 266.9º 0.5% 0.68% -
XYZ 19.33 14.03 41.23 -
YUV 107.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 125 86 173 0.28 0.50 0 0.32 266.9 0.35 0.51
Hex 7D 56 AD 1C 32 0 20 10B 23 33
Octal 175 126 255 34 62 0 40 413 43 63
Binary 1111101 1010110 10101101 11100 110010 0 100000 100001011 100011 110011

Color Harmonies of #7D56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D56AD

Black with #7D56AD

Text Example


Text Example

White with #7D56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,173); }

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

background-color css

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

 a { background-color: rgb(125,86,173); }

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

border-color css

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

 span { border-color: rgb(125,86,173); }

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