Html Css Color HEX #7D479F Studio

📋 copy color: '#7D479F'

red 125 ◦ green 71 ◦ blue 159

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

Shades of Studio #7D479F

Tints of Studio #7D479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 35.21%
G = 20%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D479F (or 0x7D479F) is known color: Studio. HEX triplet: 7D, 47 and 9F. RGB value is (125,71,159). Sum of RGB (Red+Green+Blue) = 125+71+159=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D479F is #82B860. Grayscale: #606060. Windows color (decimal): -8566881 or 10438525. OLE color: 10438525.

HSL color Cylindrical-coordinate representation of color #7D479F: hue angle of 276.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D479F is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 71 159 -
CMYK 0.21 0.55 0 0.38
HSL 276.82º 0.38% 0.45% -
HSV(B) 276.82º 0.55% 0.62% -
XYZ 16.97 11.37 34.1 -
YUV 97.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 125 71 159 0.21 0.55 0 0.38 276.82 0.38 0.45
Hex 7D 47 9F 15 37 0 26 115 26 2D
Octal 175 107 237 25 67 0 46 425 46 55
Binary 1111101 1000111 10011111 10101 110111 0 100110 100010101 100110 101101

Color Harmonies of #7D479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D479F

Black with #7D479F

Text Example


Text Example

White with #7D479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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