Html Css Color HEX #7D479B Studio

📋 copy color: '#7D479B'

red 125 ◦ green 71 ◦ blue 155

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

Shades of Studio #7D479B

Tints of Studio #7D479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 35.61%
G = 20.23%
B = 44.16%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D479B (or 0x7D479B) is known color: Studio. HEX triplet: 7D, 47 and 9B. RGB value is (125,71,155). Sum of RGB (Red+Green+Blue) = 125+71+155=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D479B is #82B864. Grayscale: #606060. Windows color (decimal): -8566885 or 10176381. OLE color: 10176381.

HSL color Cylindrical-coordinate representation of color #7D479B: hue angle of 278.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D479B is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 71 155 -
CMYK 0.19 0.54 0 0.39
HSL 278.57º 0.37% 0.44% -
HSV(B) 278.57º 0.54% 0.61% -
XYZ 16.63 11.23 32.3 -
YUV 96.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 125 71 155 0.19 0.54 0 0.39 278.57 0.37 0.44
Hex 7D 47 9B 13 36 0 27 117 25 2C
Octal 175 107 233 23 66 0 47 427 45 54
Binary 1111101 1000111 10011011 10011 110110 0 100111 100010111 100101 101100

Color Harmonies of #7D479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D479B

Black with #7D479B

Text Example


Text Example

White with #7D479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,155); }

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

background-color css

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

 a { background-color: rgb(125,71,155); }

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

border-color css

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

 span { border-color: rgb(125,71,155); }

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